# File lib/bundler/vendor/thor/util.rb, line 200 def self.thor_root_glob files = Dir["#{escape_globs(thor_root)}/*"] files.map! do |file| File.directory?(file) ? File.join(file, "main.thor") : file end end