method
start
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Notifications::Fanout
start(name, id, payload)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 71
def start(name, id, payload)
iterate_guarding_exceptions(listeners_for(name)) { |s| s.start(name, id, payload) }
end