tomorrow()
Returns the next date in this time zone.
# File activesupport/lib/active_support/values/time_zone.rb, line 519 def tomorrow today + 1 end