Method: Thor::LineEditor.readline

Defined in:
lib/thor/line_editor.rb

.readline(prompt, options = {}) ⇒ Object

[View source]

6
7
8
# File 'lib/thor/line_editor.rb', line 6

def self.readline(prompt, options = {})
  best_available.new(prompt, options).readline
end