Sha256: d9e71595c5129810a974d114500c8ebae40b17a4b7252f4bb24951024fdc9e60
Contents?: true
Size: 405 Bytes
Versions: 1
Compression:
Stored size: 405 Bytes
Contents
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) module Rhino VERSION = '1.72.5' require 'rhino/java' require 'rhino/object' require 'rhino/context' require 'rhino/wormhole' require 'rhino/ruby_object' require 'rhino/ruby_function' require 'rhino/native_object' require 'rhino/native_function' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
therubyrhino-1.72.5-jruby | lib/rhino.rb |