method
instrumenter_for
rails latest stable - Class:
ActiveSupport::Notifications::InstrumentationRegistry
instrumenter_for(notifier)public
No documentation available.
# File activesupport/lib/active_support/notifications.rb, line 273
def instrumenter_for(notifier)
@registry[notifier] ||= Instrumenter.new(notifier)
end