class RSpec::Core::Formatters::HtmlFormatter

def example_started(example)

def example_started(example)
  super(example)
  @example_number += 1
end