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