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

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

#initialize(text) ⇒ PathCompletion

Returns a new instance of PathCompletion.

[View source]

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

def initialize(text)
  @text = text
end