Method: ActiveSupport::Notifications::Instrumenter::LegacyHandle::Wrapper#build_handle
- Defined in:
- activesupport/lib/active_support/notifications/instrumenter.rb
#build_handle(name, id, payload) ⇒ Object
27 28 29 |
# File 'activesupport/lib/active_support/notifications/instrumenter.rb', line 27 def build_handle(name, id, payload) LegacyHandle.new(@notifier, name, id, payload) end |