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