method
finish
v4.2.9 -
Show latest stable
- Class:
ActiveSupport::Notifications::Fanout
finish(name, id, payload)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 45
def finish(name, id, payload)
listeners_for(name).each { |s| s.finish(name, id, payload) }
end