method
glob_pattern
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::LineEditor::Readline::PathCompletion
glob_pattern()private
No documentation available.
# File lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb, line 78
def glob_pattern
"#{base_path}#{text}*"
end