Skip to Content Skip to Search
Methods
G
P

Instance Public methods

group_class()

# File activesupport/lib/active_support/notifications/fanout.rb, line 438
def group_class
  EventObjectGroup
end

publish_event(event)

# File activesupport/lib/active_support/notifications/fanout.rb, line 442
def publish_event(event)
  @delegate.call event
end