In Files

  • bundler/vendor/molinillo/lib/molinillo/state.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

Bundler::Molinillo::ResolutionState

Public Class Methods

empty() click to toggle source

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

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