class

Molinillo::Resolver::Resolution::PossibilitySet(R, S)

Inherits Reference < Object

A collection of possibility states that share the same dependencies

Constructors

new(dependencies : Array(R), possibilities : Array(S))
Source

Instance methods

dependencies

@attr [Array] dependencies the dependencies for this set of possibilities

Source
latest_version

@return [Object] most up-to-date dependency in the possibility set

Source
latest_version?
Source
possibilities

@attr [Array] possibilities the possibilities

Source
to_s(io)

String representation of the possibility set, for debugging

Source