Method: Chef::RunStatus#updated_resources
- Defined in:
- lib/chef/run_status.rb
#updated_resources ⇒ Object
The list of all resources in the current run context’s resource_collection that are marked as updated
73 74 75 |
# File 'lib/chef/run_status.rb', line 73 def updated_resources @run_context && @run_context.resource_collection.select(&:updated) end |