instance method
tomorrow
Ruby on Rails 4.2.9
Since v4.1.16Signature
tomorrow()
Returns the next date in this time zone.
Source
# File activesupport/lib/active_support/values/time_zone.rb, line 387
def tomorrow
today + 1
end
Defined in activesupport/lib/active_support/values/time_zone.rb line 387
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeZone