# File lib/rspec/core/formatters/html_formatter.rb, line 9 def initialize(output) super(output) @example_group_number = 0 @example_number = 0 @header_red = nil @printer = HtmlPrinter.new(output) end