Class: Bundler::Thor::LineEditor::Readline::PathCompletion
- Inherits:
-
Object
- Object
- Bundler::Thor::LineEditor::Readline::PathCompletion
- Defined in:
- lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
Instance Method Summary collapse
-
#initialize(text) ⇒ PathCompletion
constructor
A new instance of PathCompletion.
- #matches ⇒ Object
Constructor Details
#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 |
Instance Method Details
#matches ⇒ Object
58 59 60 |
# File 'lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb', line 58 def matches relative_matches end |