Sha256: 050478831da2aaff560ab6c00e4f9f80a17f318758142fc8eacdd3a211ba0c24
Contents?: true
Size: 512 Bytes
Versions: 28
Compression:
Stored size: 512 Bytes
Contents
# frozen_string_literal: true # JRubyArt is for Code Art. # Send suggestions, ideas, and hate-mail to mamba2928 [at] gmail.com # Also, send samples and libraries. unless defined? K9_ROOT $LOAD_PATH << File.expand_path(File.dirname(__FILE__)) K9_ROOT = File.expand_path(File.dirname(__FILE__) + '/../') end SKETCH_ROOT ||= Dir.pwd require 'jruby_art/version' require 'jruby_art/helpers/numeric' # The top-level namespace, a home for all JRubyArt classes. module Processing require 'jruby_art/runner' end
Version data entries
28 entries across 28 versions & 1 rubygems