In Files

  • rubygems/resolver/molinillo/lib/molinillo/state.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

Gem::Resolver::Molinillo::ResolutionState

Public Class Methods

empty() click to toggle source

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

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