Method: Chef::ResourceCollection::StepableIterator#each
- Defined in:
- lib/chef/resource_collection/stepable_iterator.rb
#each(&block) ⇒ Object
40 41 42 43 44 |
# File 'lib/chef/resource_collection/stepable_iterator.rb', line 40 def each(&block) reset_iteration(block) @iterator_type = :element iterate end |