diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-01-09 14:20:10 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-01-09 14:20:10 +0000 |
commit | 07b87cd239db5b556a6a9bb38ea78cd2540e4682 (patch) | |
tree | 6ee91107d81d30c7c9786dbf8f48be468827f851 /lib/rubygems/path_support.rb | |
parent | 30253e6a247425a6916132a79efed30db7eb2e2c (diff) |
* lib/rubygems: Update to RubyGems HEAD(e53c54a).
* test/rubygems: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/path_support.rb')
-rw-r--r-- | lib/rubygems/path_support.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/rubygems/path_support.rb b/lib/rubygems/path_support.rb index 2af303eecf..e68654c428 100644 --- a/lib/rubygems/path_support.rb +++ b/lib/rubygems/path_support.rb @@ -43,13 +43,6 @@ class Gem::PathSupport private ## - # Set the Gem home directory (as reported by Gem.dir). - - def home=(home) - @home = home.to_s - end - - ## # Set the Gem search path (as reported by Gem.path). def path=(gpaths) |