method
publish_event
v7.2.3 -
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 439
def publish_event(event)
@delegate.call event
end