Method: FilePath::DirectoryMethods#files
- Defined in:
- lib/filepath/filepath.rb
#files(recursive = false) ⇒ Object
785 786 787 |
# File 'lib/filepath/filepath.rb', line 785 def files(recursive = false) entries('*', recursive).select_entries(:file) end |