Sha256: cbd38f48203f38319f2c33a8c4aa80ba834488e06e8f9f515297499d4b2cbe62
Contents?: true
Size: 513 Bytes
Versions: 4
Compression:
Stored size: 513 Bytes
Contents
# frozen_string_literal: false # 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jruby_art-1.2.5 | lib/jruby_art.rb |
jruby_art-1.2.4 | lib/jruby_art.rb |
jruby_art-1.2.3 | lib/jruby_art.rb |
jruby_art-1.2.2 | lib/jruby_art.rb |