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