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