跳至内容 跳至搜索
方法
G
P

实例公共方法

group_class()

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

publish_event(event)

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