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