# File lib/rspec/core/formatters/html_formatter.rb, line 36
        def start(example_count)
          super(example_count)
          @printer.print_html_start
          @printer.flush
        end