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