Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
globs_for(path)
public
# 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