next_month()
Short-hand for months_since(1).
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 131 def next_month months_since(1) end