Method: ActiveSupport::Notifications::Fanout::Subscribers::Timed#start
- Defined in:
- lib/active_support/notifications/fanout.rb
#start(name, id, payload) ⇒ Object
228 229 230 231 |
# File 'lib/active_support/notifications/fanout.rb', line 228 def start(name, id, payload) timestack = IsolatedExecutionState[:_timestack] ||= [] timestack.push Time.now end |