instance method
finish
Ruby on Rails 6.1.7.10
Since v4.0.13Signature
finish(name, payload)
Send a finish notification with name and payload.
Parameters
-
namereq -
payloadreq
Source
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 40
def finish(name, payload)
@notifier.finish name, @id, payload
end
Defined in activesupport/lib/active_support/notifications/instrumenter.rb line 40
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Instrumenter