Sha256: 7aa8edff9cb88f8378994d21d9b47add8e689be765c14890d370a814d2c4bf58
Contents?: true
Size: 482 Bytes
Versions: 9
Compression:
Stored size: 482 Bytes
Contents
# 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
9 entries across 9 versions & 1 rubygems