Method: Chef::ResourceCollection::StepableIterator#rewind
- Defined in:
- lib/chef/resource_collection/stepable_iterator.rb
#rewind ⇒ Object
70 71 72 |
# File 'lib/chef/resource_collection/stepable_iterator.rb', line 70 def rewind @position = 0 end |