summaryrefslogtreecommitdiff
path: root/lib/rubygems/resolver/index_specification.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/resolver/index_specification.rb2
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,6 @@
# and +version+ are needed.
class Gem::Resolver::IndexSpecification < Gem::Resolver::Specification
-
##
# An IndexSpecification is created from the index format described in `gem
# help generate_index`.
@@ -65,5 +64,4 @@ class Gem::Resolver::IndexSpecification < Gem::Resolver::Specification
@source.fetch_spec tuple
end
end
-
end