class RSpec::Core::Formatters::HtmlFormatter
def start(example_count)
def start(example_count) super(example_count) @output.puts html_header @output.puts report_header @output.flush end
def start(example_count) super(example_count) @output.puts html_header @output.puts report_header @output.flush end