summaryrefslogtreecommitdiff
path: root/lib/rubygems/resolver/local_specification.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/resolver/local_specification.rb')
-rw-r--r--lib/rubygems/resolver/local_specification.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rubygems/resolver/local_specification.rb b/lib/rubygems/resolver/local_specification.rb
index 7418cfcc86..9c69c4ab74 100644
--- a/lib/rubygems/resolver/local_specification.rb
+++ b/lib/rubygems/resolver/local_specification.rb
@@ -3,7 +3,6 @@
# A LocalSpecification comes from a .gem file on the local filesystem.
class Gem::Resolver::LocalSpecification < Gem::Resolver::SpecSpecification
-
##
# Returns +true+ if this gem is installable for the current platform.
@@ -37,5 +36,4 @@ class Gem::Resolver::LocalSpecification < Gem::Resolver::SpecSpecification
q.text "source: #{@source.path}"
end
end
-
end