# File lib/chef/resource_reporter.rb, line 238 def report_summary(run_data, compressed_data) run_data["updated_res_count"] = updated_resources.count.to_s run_data["post_size"] = compressed_data.bytesize.to_s run_data["resources"] = [] run_data end