module DateAndTime::Calculations

def prev_quarter

Short-hand for months_ago(3).
def prev_quarter
  months_ago(3)
end