On this page
class Bundler::Molinillo::ResolutionState
Public Class Methods
# File lib/bundler/vendor/molinillo/lib/molinillo/state.rb, line 27
def self.empty
new(nil, [], DependencyGraph.new, nil, nil, 0, {}, [])
end
Returns an empty resolution state @return [ResolutionState] an empty state
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.