summaryrefslogtreecommitdiff
path: root/lib/rubygems/path_support.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/path_support.rb')
-rw-r--r--lib/rubygems/path_support.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rubygems/path_support.rb b/lib/rubygems/path_support.rb
index 9e5a48df03..8103caf324 100644
--- a/lib/rubygems/path_support.rb
+++ b/lib/rubygems/path_support.rb
@@ -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