class Bundler::Molinillo::ResolutionState

def self.empty

Returns:
  • (ResolutionState) - an empty state
def self.empty
  new(nil, [], DependencyGraph.new, nil, nil, 0, {}, [])
end