method
time
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Notifications::Event
time()public
No documentation available.
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 124
def time
@time / 1000.0 if @time
end