class Gem::Resolver::APISpecification

def == other # :nodoc:

:nodoc:
def == other # :nodoc:
  self.class === other and
    @set          == other.set and
    @name         == other.name and
    @version      == other.version and
    @platform     == other.platform and
    @dependencies == other.dependencies
end