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