class Gem::Resolver::GitSpecification
def ==(other) # :nodoc:
def ==(other) # :nodoc: self.class === other && @set == other.set && @spec == other.spec && @source == other.source end
def ==(other) # :nodoc: self.class === other && @set == other.set && @spec == other.spec && @source == other.source end