# File lib/chef/run_status.rb, line 73
  def updated_resources
    @run_context && @run_context.resource_collection.select { |r| r.updated }
  end