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