method

finish_with_state

rails latest stable - Class: ActiveSupport::Notifications::Instrumenter
finish_with_state(listeners_state, name, payload)
public

No documentation available.

# 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