# File lib/chef/formatters/doc.rb, line 23
      def run_completed(node)
        if Chef::Config[:why_run]
          puts "Chef Client finished, #{@updated_resources} resources would have been updated"
        else
          puts "Chef Client finished, #{@updated_resources} resources updated"
        end
      end