Class: Bundler::Thor::LineEditor::Readline::PathCompletion

Inherits:
Object
  • Object
show all
Defined in:
lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb

Instance Method Summary collapse

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

#matchesObject



58
59
60
# File 'lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb', line 58

def matches
  relative_matches
end