globs_for(path)
Where to look for Bundler::Thor files.
# File lib/bundler/vendor/thor/lib/thor/util.rb, line 212 def globs_for(path) path = escape_globs(path) ["#{path}/Bundler::Thorfile", "#{path}/*.thor", "#{path}/tasks/*.thor", "#{path}/lib/tasks/*.thor"] end