# File lib/active_support/core_ext/time/calculations.rb, line 73
        def months_ago(months)
          months_since(-months)
        end