class Gem::Resolver::InstalledSpecification

def == other # :nodoc:

:nodoc:
def == other # :nodoc:
  self.class === other and
    @set  == other.set and
    @spec == other.spec
end