Spec-Zone.ru › Ruby 2.6

модуль Bundler::Molinillo::Delegates::ResolutionState

Delegates все методы {Bundler::Molinillo::ResolutionState} в свойство `#state`.

Общедоступные методы экземпляра

activated() Показать исходный код
# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb, line 21
def activated
  current_state = state || Bundler::Molinillo::ResolutionState.empty
  current_state.activated
end

(см. Bundler::Molinillo::ResolutionState#activated)

conflicts() Показать исходный код
# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb, line 45
def conflicts
  current_state = state || Bundler::Molinillo::ResolutionState.empty
  current_state.conflicts
end

(см. Bundler::Molinillo::ResolutionState#conflicts)

depth() Показать исходный код
# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb, line 39
def depth
  current_state = state || Bundler::Molinillo::ResolutionState.empty
  current_state.depth
end

(см. Bundler::Molinillo::ResolutionState#depth)

name() Показать исходный код
# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb, line 9
def name
  current_state = state || Bundler::Molinillo::ResolutionState.empty
  current_state.name
end

(см. Bundler::Molinillo::ResolutionState#name)

possibilities() Показать исходный код
# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb, line 33
def possibilities
  current_state = state || Bundler::Molinillo::ResolutionState.empty
  current_state.possibilities
end

(см. Bundler::Molinillo::ResolutionState#possibilities)

requirement() Показать исходный код
# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb, line 27
def requirement
  current_state = state || Bundler::Molinillo::ResolutionState.empty
  current_state.requirement
end

(см. Bundler::Molinillo::ResolutionState#requirement)

requirements() Показать исходный код
# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb, line 15
def requirements
  current_state = state || Bundler::Molinillo::ResolutionState.empty
  current_state.requirements
end

(см. Bundler::Molinillo::ResolutionState#requirements)

unused_unwind_options() Показать исходный код
# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb, line 51
def unused_unwind_options
  current_state = state || Bundler::Molinillo::ResolutionState.empty
  current_state.unused_unwind_options
end

(см. Bundler::Molinillo::ResolutionState#unused_unwind_options)

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API