1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00

remove worthless crap

This commit is contained in:
Charles Lowell 2011-10-05 16:49:41 -05:00
parent fe2b72e688
commit 87f8aed5fa

View file

@ -1,9 +1,5 @@
$:.unshift(File.dirname(__FILE__)) unless
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
module Rhino
VERSION = '1.72.7'
require 'rhino/java'
require 'rhino/object'
require 'rhino/context'