Method: Bundler::Thor::LineEditor::Basic#readline
- Defined in:
- lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb
#readline ⇒ Object
15 16 17 18 |
# File 'lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb', line 15 def readline $stdout.print(prompt) get_input end |