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