class Gem::Resolver::VendorSpecification
def ==(other) # :nodoc:
def ==(other) # :nodoc: self.class === other and @set == other.set and @spec == other.spec and @source == other.source end
def install(options = {})
def install(options = {}) yield nil end