Method: ActiveSupport::Notifications::Fanout::Subscribers::Timed#finish

Defined in:
lib/skylight/vendor/active_support/notifications/fanout.rb

#finish(name, id, payload) ⇒ Object



127
128
129
130
# File 'lib/skylight/vendor/active_support/notifications/fanout.rb', line 127

def finish(name, id, payload)
  started = @timestack.pop
  @delegate.call(name, started, Time.now, id, payload)
end