diff options
-rw-r--r-- | lib/rubygems/resolver/git_specification.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,6 @@ # option. class Gem::Resolver::GitSpecification < Gem::Resolver::SpecSpecification - def ==(other) # :nodoc: self.class === other and @set == other.set and @@ -54,5 +53,4 @@ class Gem::Resolver::GitSpecification < Gem::Resolver::SpecSpecification q.pp @source end end - end |