class Bundler::Thor::LineEditor::Readline::PathCompletion

Public Class Methods

new(text) click to toggle source
# File bundler/vendor/thor/lib/thor/line_editor/readline.rb, line 54
def initialize(text)
  @text = text
end

Public Instance Methods

matches() click to toggle source
# File bundler/vendor/thor/lib/thor/line_editor/readline.rb, line 58
def matches
  relative_matches
end