class Gem::Resolver::InstalledSpecification

def ==(other) # :nodoc:

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