Source: show | on GitHub
# File rails/activesupport/lib/active_support/notifications/fanout.rb, line 438 def group_class EventObjectGroup end
# File rails/activesupport/lib/active_support/notifications/fanout.rb, line 442 def publish_event(event) @delegate.call event end