method
publish_event
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Notifications::Fanout::Subscribers::EventObject
publish_event(event)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 442
def publish_event(event)
@delegate.call event
end