Sha256: aa800e0aac6762195cd6fb2a84c7f48dc0f1ef8534062cd705bcecb50a1b112b

Contents?: true

Size: 516 Bytes

Versions: 3

Compression:

Stored size: 516 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'
require 'jruby_art/helpers/range'

# The top-level namespace, a home for all JRubyArt classes.
module Processing
  require 'jruby_art/runner'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jruby_art-0.5.0 lib/jruby_art.rb
jruby_art-0.4.2 lib/jruby_art.rb
jruby_art-0.4.0 lib/jruby_art.rb