From 87f8aed5fa5e0820419d0f0b63c274ab7d90dcd7 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Wed, 5 Oct 2011 16:49:41 -0500 Subject: [PATCH] remove worthless crap --- lib/rhino.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/rhino.rb b/lib/rhino.rb index 58f109d..6a4c4bb 100644 --- a/lib/rhino.rb +++ b/lib/rhino.rb @@ -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'