class Gem::Resolver::Molinillo::ResolutionState

Public Class Methods

empty() click to toggle source

Returns an empty resolution state @return [ResolutionState] an empty state

# File lib/rubygems/resolver/molinillo/lib/molinillo/state.rb, line 27
def self.empty
  new(nil, [], DependencyGraph.new, nil, nil, 0, {}, [])
end