1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
therubyrhino/lib/rhino.rb
2009-11-13 12:36:25 -05:00

15 lines
No EOL
405 B
Ruby

$:.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