next_year()
Short-hand for years_since(1).
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 130 def next_year years_since(1) end