method
ago
v2.1.0 -
Show latest stable
- Class:
ActiveSupport::TimeWithZone
ago(other)public
No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 185
def ago(other)
utc.ago(other).in_time_zone(time_zone)
end