class Bundler::Thor::Actions::Directory

def files(lookup)

def files(lookup)
  Dir.glob(lookup, File::FNM_DOTMATCH)
end