# File lib/rspec/core/reporter.rb, line 3 def initialize(*formatters) @formatters = formatters @failure_count = @pending_count = 0 end