方法
实例公共方法
group_class() 链接
来源: 显示 | 在 GitHub 上
# File activesupport/lib/active_support/notifications/fanout.rb, line 434 def group_class EventObjectGroup end
publish_event(event) 链接
来源: 显示 | 在 GitHub 上
# File activesupport/lib/active_support/notifications/fanout.rb, line 438 def publish_event(event) @delegate.call event end