instance method
tomorrow
Ruby on Rails 5.2.8.1
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 29
def tomorrow
advance(days: 1)
end
Defined in activesupport/lib/active_support/core_ext/date_and_time/calculations.rb line 29
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in DateAndTime::Calculations