next_day()
Returns a new date/time representing the next day.
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 32 def next_day advance(days: 1) end