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