class Molinillo::Resolver::Resolution::PossibilitySet(R, S)
- Molinillo::Resolver::Resolution::PossibilitySet(R, S)
- Reference
- Object
Overview
A collection of possibility states that share the same dependencies
Defined in:
molinillo/resolution.crConstructors
Instance Method Summary
-
#dependencies : Array(R)
@attr [Array] dependencies the dependencies for this set of possibilities
-
#latest_version
@return [Object] most up-to-date dependency in the possibility set
- #latest_version?
-
#possibilities : Array(S)
@attr [Array] possibilities the possibilities
-
#to_s(io)
String representation of the possibility set, for debugging
Constructor Detail
Instance Method Detail
def dependencies : Array(R)
#
@attr [Array] dependencies the dependencies for this set of possibilities