class Gem::Resolver::APISpecification
def == other # :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