method
instrumenter
v3.1.0 -
Show latest stable
- Class:
ActiveSupport::Notifications
instrumenter()public
No documentation available.
# File activesupport/lib/active_support/notifications.rb, line 70
def instrumenter
Thread.current[:"instrumentation_#{notifier.object_id}"] ||= Instrumenter.new(notifier)
end