class RSpec::Core::Reporter

def reset

Other tags:
    Private: -
def reset
  @examples = []
  @failed_examples = []
  @pending_examples = []
  @profiler = Profiler.new if defined?(@profiler)
end