instance method
tomorrow?
Ruby on Rails 6.1.7.10
Since v6.1.7.10Signature
tomorrow?()
Returns true if the current object’s time falls within the next day (tomorrow).
Source
# File activesupport/lib/active_support/time_with_zone.rb, line 250
def tomorrow?
time.tomorrow?
end
Defined in activesupport/lib/active_support/time_with_zone.rb line 250
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeWithZone