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