= private = protected
months_ago(months)
Returns a new Time representing the time a number of specified months ago
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 102 def months_ago(months) advance(:months => -months) end