Method: Chef::ResourceCollection::StepableIterator#iterate_on

Defined in:
lib/chef/resource_collection/stepable_iterator.rb

#iterate_on(iteration_type, &block) ⇒ Object



89
90
91
92
# File 'lib/chef/resource_collection/stepable_iterator.rb', line 89

def iterate_on(iteration_type, &block)
  @iterator_type = iteration_type
  @iterator_block = block
end