method
finish
rails latest stable - Class:
ActiveSupport::Notifications::Fanout::EventedGroup
finish(name, id, payload)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 163
def finish(name, id, payload)
each do |s|
s.finish(name, id, payload)
end
end