# File lib/chef/formatters/minimal.rb, line 146
      def converge_start(run_context)
        puts "Converging #{run_context.resource_collection.all_resources.size} resources"
      end