класс Bundler::Molinillo::Resolver::Resolution::PossibilitySet
Публичные методы экземпляров
# File lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb, line 50 def latest_version possibilities.last end
@return [Object] самая последняя зависимость в наборе возможностей
# File lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb, line 45
def to_s
"[#{possibilities.join(', ')}]"
end представление набора возможностей в строковом формате, для отладки
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.