method
to_f
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::TimeWithZone
to_f()public
No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 258
def to_f
utc.to_f
end to_f()No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 258
def to_f
utc.to_f
end