new(notifier)
public

No documentation available.

# File activesupport/lib/active_support/notifications/instrumenter.rb, line 11
      def initialize(notifier)
        @id       = unique_id
        @notifier = notifier
      end