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