class ActiveSupport::Notifications::InstrumentationRegistry

def instrumenter_for(notifier)

def instrumenter_for(notifier)
  @registry[notifier] ||= Instrumenter.new(notifier)
end