instance method
time
Ruby on Rails 7.1.6
Since v7.0.10Signature
time()
No documentation comment.
Source
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 122
def time
@time / 1000.0 if @time
end
Defined in activesupport/lib/active_support/notifications/instrumenter.rb line 122
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Event