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