Method: Chef::ResourceCollection::StepableIterator#each_index

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

#each_index(&block) ⇒ Object



45
46
47
48
49
# File 'lib/chef/resource_collection/stepable_iterator.rb', line 45

def each_index(&block)
  reset_iteration(block)
  @iterator_type = :index
  iterate
end