跳到內容 跳到搜尋
方法
G
P

實體公開方法

群組類別()

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

發佈事件(事件)

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