Method: ActiveSupport::Notifications::Fanout::BaseTimeGroup#start
- Defined in:
- activesupport/lib/active_support/notifications/fanout.rb
#start(name, id, payload) ⇒ Object
127 128 129 |
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 127 def start(name, id, payload) @start_time = now end |