summaryrefslogtreecommitdiff
path: root/lib/rubygems/source/specific_file.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/source/specific_file.rb2
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