Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
new(specification_provider, resolver_ui)
public
Initializes a new
resolver. @param [SpecificationProvider] specification_provider
see {
@param [UI] resolver_ui
see {
# File lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb, line 27
def initialize(specification_provider, resolver_ui)
@specification_provider = specification_provider
@resolver_ui = resolver_ui
end