Method: Chef::RunStatus#updated_resources

Defined in:
lib/chef/run_status.rb

#updated_resourcesObject

The list of all resources in the current run context’s resource_collection that are marked as updated



76
77
78
# File 'lib/chef/run_status.rb', line 76

def updated_resources
  @run_context && @run_context.resource_collection.select { |r| r.updated }
end