instance method
yesterday
Ruby on Rails 6.1.7.10
Since v4.1.16Signature
yesterday()
Returns the previous date in this time zone.
Source
# File activesupport/lib/active_support/values/time_zone.rb, line 503
def yesterday
today - 1
end
Defined in activesupport/lib/active_support/values/time_zone.rb line 503
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeZone