Method: ActiveSupport::Notifications::Instrumenter::LegacyHandle#start
- Defined in:
- lib/active_support/notifications/instrumenter.rb
#start ⇒ Object
41 42 43 |
# File 'lib/active_support/notifications/instrumenter.rb', line 41 def start @listener_state = @notifier.start @name, @id, @payload end |