Module | ActiveSupport::CoreExtensions::Date::Calculations::ClassMethods |
In: |
vendor/rails/activesupport/lib/active_support/core_ext/date/calculations.rb
|
# File vendor/rails/activesupport/lib/active_support/core_ext/date/calculations.rb, line 23 23: def tomorrow 24: ::Date.today.tomorrow 25: end