next_month(months = 1)
Returns a new time the specified number of months in the future.
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 331 def next_month(months = 1) advance(months: months) end