instance method finish

Ruby on Rails 6.0.6

Since v6.0.6 Last seen in v7.0.10

Available in: v6.0.6 v6.1.7.10 v7.0.10

Signature

finish(name, id, payload)

No documentation comment.

Parameters

name req
id req
payload req
Source
# File activesupport/lib/active_support/notifications/fanout.rb, line 201
          def finish(name, id, payload)
            stack = Thread.current[:_event_stack]
            event = stack.pop
            event.finish!
            @delegate.call event
          end

Defined in activesupport/lib/active_support/notifications/fanout.rb line 201 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::Notifications::Fanout::Subscribers::EventObject

Type at least 2 characters to search.

↑↓ navigate · open · esc close