# File lib/active_support/core_ext/time/calculations.rb, line 233
        def tomorrow
          advance(:days => 1)
        end