Method: Thor::LineEditor.readline
- Defined in:
- lib/thor/line_editor.rb
permalink .readline(prompt, options = {}) ⇒ Object
[View source]
6 7 8 |
# File 'lib/thor/line_editor.rb', line 6 def self.readline(prompt, = {}) best_available.new(prompt, ).readline end |