# File lib/active_support/core_ext/time/calculations.rb, line 139
        def next_year
          years_since(1)
        end