instance method
usec
Ruby on Rails 3.2.22.5
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 273
def usec
time.respond_to?(:usec) ? time.usec : 0
end
Defined in activesupport/lib/active_support/time_with_zone.rb line 273
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeWithZone