class RSpec::Core::Formatters::HtmlFormatter

def initialize(output)

def initialize(output)
  super(output)
  @example_group_number = 0
  @example_number = 0
  @header_red = nil
  @printer = HtmlPrinter.new(output)
end