class ActiveSupport::Notifications::InstrumentationRegistry
def instrumenter_for(notifier)
def instrumenter_for(notifier) @registry[notifier] ||= Instrumenter.new(notifier) end
def instrumenter_for(notifier) @registry[notifier] ||= Instrumenter.new(notifier) end