next_quarter()
Short-hand for months_since(3)
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 125 def next_quarter months_since(3) end