diff options
-rw-r--r-- | lib/rubygems/source/specific_file.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,7 +4,6 @@ # local gems. class Gem::Source::SpecificFile < Gem::Source - ## # The path to the gem for this specific file. @@ -69,5 +68,4 @@ class Gem::Source::SpecificFile < Gem::Source super end end - end |