module Gem::Resolver::Molinillo::Delegates::SpecificationProvider
def allow_missing?(dependency)
def allow_missing?(dependency) with_no_such_dependency_error_handling do specification_provider.allow_missing?(dependency) end end
def allow_missing?(dependency) with_no_such_dependency_error_handling do specification_provider.allow_missing?(dependency) end end