# File lib/rspec/core/reporter.rb, line 96 def notify(method, *args, &block) @formatters.each do |formatter| formatter.send method, *args, &block end end