class Bundler::Molinillo::ResolutionState

Parent:
Object

Public Class Methods

empty() Show source
# 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.