Method: Trax::Core::FS::Files#each
- Defined in:
- lib/trax/core/fs.rb
#each(&block) ⇒ Object
47 48 49 50 51 |
# File 'lib/trax/core/fs.rb', line 47 def each(&block) @files.each do |file| block.call(file) end end |
47 48 49 50 51 |
# File 'lib/trax/core/fs.rb', line 47 def each(&block) @files.each do |file| block.call(file) end end |