class method
self.tomorrow
Ruby on Rails 6.0.6
Since v3.0.20Signature
self.tomorrow()
Returns a new Date representing the date 1 day after today (i.e. tomorrow’s date).
Source
# File activesupport/lib/active_support/core_ext/date/calculations.rb, line 43
def tomorrow
::Date.current.tomorrow
end
Defined in activesupport/lib/active_support/core_ext/date/calculations.rb line 43
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Date