class

Molinillo::DependencyState(R, S)

Inherits Molinillo::ResolutionState < Reference < Object

A state that encapsulates a set of {#requirements} with an {Array} of possibilities

Constructors

new(name, requirements, activated, requirement, possibilities, depth, conflicts, unused_unwind_options)
Source

Instance methods

pop_possibility_state

Removes a possibility from self @return [PossibilityState] a state with a single possibility, the possibility that was removed from self

Source