module DateAndTime::Calculations

def last_month

Short-hand for months_ago(1).
def last_month
  months_ago(1)
end