Method: Chef::ResourceCollection::StepableIterator#resume

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

#resumeObject

[View source]

65
66
67
68
# File 'lib/chef/resource_collection/stepable_iterator.rb', line 65

def resume
  @paused = false
  iterate
end