class method
self.instrumenter
Ruby on Rails 7.1.6
Since v3.0.20Signature
self.instrumenter()
No documentation comment.
Source
# File activesupport/lib/active_support/notifications.rb, line 268
def instrumenter
registry[notifier] ||= Instrumenter.new(notifier)
end
Defined in activesupport/lib/active_support/notifications.rb line 268
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications