instance method
usec
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v3.2.22.5Signature
usec()
No documentation comment.
Source
# File activesupport/lib/active_support/time_with_zone.rb, line 249
def usec
time.respond_to?(:usec) ? time.usec : 0
end
Defined in activesupport/lib/active_support/time_with_zone.rb line 249
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeWithZone