method
publish
v5.1.7 -
Show latest stable
- Class:
ActiveSupport::Notifications::Fanout
publish(name, *args)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 49
def publish(name, *args)
listeners_for(name).each { |s| s.publish(name, *args) }
end