Method: ActiveSupport::TimeZone#tomorrow

Defined in:
activesupport/lib/active_support/values/time_zone.rb

#tomorrowObject

Returns the next date in this time zone.


517
518
519
# File 'activesupport/lib/active_support/values/time_zone.rb', line 517

def tomorrow
  today + 1
end