# File lib/active_support/notifications/instrumenter.rb, line 39 39: def initialize(name, start, ending, transaction_id, payload) 40: @name = name 41: @payload = payload.dup 42: @time = start 43: @transaction_id = transaction_id 44: @end = ending 45: @duration = 1000.0 * (@end - @time) 46: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.