Method: NestedRecord::Collection#each
- Defined in:
- lib/nested_record/collection.rb
#each ⇒ Object
22 23 24 25 |
# File 'lib/nested_record/collection.rb', line 22 def each return to_enum(:each) unless block_given? @ary.each(&proc) end |