Method: Chitin::FSObject#each
- Defined in:
- lib/chitin/file.rb
#each(&block) ⇒ Object
41 42 43 |
# File 'lib/chitin/file.rb', line 41 def each(&block) files.values.each &block end |
41 42 43 |
# File 'lib/chitin/file.rb', line 41 def each(&block) files.values.each &block end |