Method: Thor::LineEditor::Readline::PathCompletion#initialize

Defined in:
lib/thor/line_editor/readline.rb

#initialize(text) ⇒ PathCompletion

Returns a new instance of PathCompletion.



54
55
56
# File 'lib/thor/line_editor/readline.rb', line 54

def initialize(text)
  @text = text
end