Method: Chef::ResourceCollection::StepableIterator#step
- Defined in:
- lib/chef/resource_collection/stepable_iterator.rb
#step ⇒ Object
82 83 84 85 86 87 |
# File 'lib/chef/resource_collection/stepable_iterator.rb', line 82 def step return nil if @position == size call_iterator_block @position += 1 end |