# File lib/chef/formatters/base.rb, line 65
      def initialize(out, err)
        @out, @err = out, err
      end