class RSpec::Core::Reporter
def notify(event, notification)
- Private: -
def notify(event, notification) registered_listeners(event).each do |formatter| formatter.__send__(event, notification) end end
def notify(event, notification) registered_listeners(event).each do |formatter| formatter.__send__(event, notification) end end