Method: Bundler::Thor::LineEditor::Readline::PathCompletion#initialize
- Defined in:
- lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
permalink #initialize(text) ⇒ PathCompletion
Returns a new instance of PathCompletion.
54 55 56 |
# File 'lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb', line 54 def initialize(text) @text = text end |