Module: Bundler::Thor::LineEditor
Relationships & Source Files | |
Namespace Children | |
Classes:
| |
Defined in: | lib/bundler/vendor/thor/lib/thor/line_editor.rb, lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb, lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb |
Class Method Summary
Class Method Details
.best_available
[ GitHub ].readline(prompt, options = {})
[ GitHub ]# File 'lib/bundler/vendor/thor/lib/thor/line_editor.rb', line 6
def self.readline(prompt, = {}) best_available.new(prompt, ).readline end