In Files

  • rubygems/resolver/molinillo/lib/molinillo/resolution.rb

Parent

Class/Module Index [+]

Quicksearch

Gem::Resolver::Molinillo::Resolver::Resolution::PossibilitySet

Public Instance Methods

latest_version() click to toggle source

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

 
               # File rubygems/resolver/molinillo/lib/molinillo/resolution.rb, line 49
def latest_version
  possibilities.last
end
            
to_s() click to toggle source

String representation of the possibility set, for debugging

 
               # File rubygems/resolver/molinillo/lib/molinillo/resolution.rb, line 44
def to_s
  "[#{possibilities.join(', ')}]"
end
            
There is an updated format of the API docs for this version here.