method

instrumenter_for

instrumenter_for(notifier)
public

No documentation available.

# File activesupport/lib/active_support/notifications.rb, line 205
      def instrumenter_for(notifier)
        @registry[notifier] ||= Instrumenter.new(notifier)
      end