instance method
tomorrow
Ruby on Rails 7.2.3
Since v4.0.13Signature
tomorrow()
Returns a new date/time representing tomorrow.
Source
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 25
def tomorrow
advance(days: 1)
end
Defined in activesupport/lib/active_support/core_ext/date_and_time/calculations.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in DateAndTime::Calculations