method
publish
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Notifications::Fanout
publish(name, ...)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 311
def publish(name, ...)
iterate_guarding_exceptions(listeners_for(name)) { |s| s.publish(name, ...) }
end