class Gem::Resolver::VendorSpecification

def ==(other) # :nodoc:

: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