# File lib/nyan_cat_formatter/rspec2.rb, line 6
  def start(example_count)
    super(example_count)
    @current = @color_index = @passing_count = 0
    @example_results = []
  end