prev_quarter()
Short-hand for months_ago(3).
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 235 def prev_quarter months_ago(3) end