tomorrow?()
Returns true if the current object’s time falls within the next day (tomorrow).
# File activesupport/lib/active_support/time_with_zone.rb, line 257 def tomorrow? time.tomorrow? end