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

Overview

A collection of possibility states that share the same dependencies

Defined in:

molinillo/resolution.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(dependencies : Array(R), possibilities : Array(S)) #

[View source]

Instance Method Detail

def dependencies : Array(R) #

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


[View source]
def latest_version #

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


[View source]
def latest_version? #

[View source]
def possibilities : Array(S) #

@attr [Array] possibilities the possibilities


[View source]
def to_s(io) #

String representation of the possibility set, for debugging


[View source]