instance method
tomorrow
Ruby on Rails 4.2.9
Since v4.0.13Signature
tomorrow()
Returns a new date/time representing tomorrow.
Source
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 19
def tomorrow
advance(:days => 1)
end
Defined in activesupport/lib/active_support/core_ext/date_and_time/calculations.rb line 19
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in DateAndTime::Calculations