= private = protected
next_year()
Short-hand for years_since(1)
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 171 def next_year years_since(1) end