= 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 73 def months_ago(months) months_since(-months) end