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