Method: ActiveSupport::Notifications::Fanout::Subscribers::Timed#start
- Defined in:
- lib/skylight/vendor/active_support/notifications/fanout.rb
#start(name, id, payload) ⇒ Object
123 124 125 |
# File 'lib/skylight/vendor/active_support/notifications/fanout.rb', line 123 def start(name, id, payload) @timestack.push Time.now end |