summaryrefslogtreecommitdiff
path: root/lib/rubygems/resolver/local_specification.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/resolver/local_specification.rb2
1 files changed, 0 insertions, 2 deletions
@@ -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