# File lib/thor/util.rb, line 264
def
escape_globs
(
path
)
path
.
to_s
.
gsub
(
/[*?{}\[\]]/
,
'\\\\\\&'
)
end