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