diff options
-rw-r--r-- | lib/rubygems/path_support.rb | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -13,6 +13,10 @@ class Gem::PathSupport attr_reader :path ## # # Constructor. Takes a single argument which is to be treated like a # hashtable, or defaults to ENV, the system environment. @@ -28,6 +32,10 @@ class Gem::PathSupport end self.path = env["GEM_PATH"] || ENV["GEM_PATH"] end private |