diff options
-rw-r--r-- | lib/rubygems/path_support.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,6 @@ # to the rest of RubyGems. # class Gem::PathSupport - ## # The default system path for managing Gems. attr_reader :home @@ -88,5 +87,4 @@ class Gem::PathSupport path end end - end |