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