# File lib/rspec/core/formatters/html_formatter.rb, line 36
        def start(example_count)
          super(example_count)
          @output.puts html_header
          @output.puts report_header
          @output.flush
        end