instance method
tomorrow?
Ruby on Rails 8.1.2
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 272
def tomorrow?
time.tomorrow?
end
Defined in activesupport/lib/active_support/time_with_zone.rb line 272
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeWithZone