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