method

files

files(lookup)
protected

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/actions/directory.rb, line 104
        def files(lookup)
          Dir[lookup]
        end