tomorrow()
Returns a new date/time representing tomorrow.
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 25 def tomorrow advance(days: 1) end