class Gem::Dependency
def ==(other) # :nodoc:
def ==(other) # :nodoc: Gem::Dependency === other && name == other.name && type == other.type && requirement == other.requirement end
def ==(other) # :nodoc: Gem::Dependency === other && name == other.name && type == other.type && requirement == other.requirement end