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

def relative_matches

def relative_matches
  absolute_matches.map { |path| path.sub(base_path, "") }
end