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