# File lib/rspec/core/formatters/html_formatter.rb, line 63
        def example_started(example)
          super(example)
          @example_number += 1
        end