Method: ActiveSupport::Notifications::Instrumenter#finish_with_state
- Defined in:
- activesupport/lib/active_support/notifications/instrumenter.rb
#finish_with_state(listeners_state, name, payload) ⇒ Object
96 97 98 |
# File 'activesupport/lib/active_support/notifications/instrumenter.rb', line 96 def finish_with_state(listeners_state, name, payload) @notifier.finish name, @id, payload, listeners_state end |