# File lib/chef/formatters/minimal.rb, line 24 def initialize(out, err) super @updated_resources = [] @updates_by_resource = Hash.new {|h, k| h[k] = []} end