# File lib/active_support/core_ext/time/calculations.rb, line 125
  def months_ago(months)
    advance(:months => -months)
  end