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