method
escape_globs
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::Util
escape_globs(path)public
Returns a string that has had any glob characters escaped. The glob characters are `* ? { } [ ]`.
Examples
Bundler::Thor::Util.escape_globs('[apps]') # => '\[apps\]'