Spec-Zone.ru › Ruby 2.6

модуль Bundler::Thor::LineEditor

Публичные методы класса

best_available() Показать исходный код
# File lib/bundler/vendor/thor/lib/thor/line_editor.rb, line 10
def self.best_available
  [
    Bundler::Thor::LineEditor::Readline,
    Bundler::Thor::LineEditor::Basic
  ].detect(&:available?)
end
readline(подсказка, options = {}) Показать исходный код
# File lib/bundler/vendor/thor/lib/thor/line_editor.rb, line 6
def self.readline(prompt, options = {})
  best_available.new(prompt, options).readline
end

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