= private = protected
years_ago(years)
Returns a new Time representing the time a number of specified years ago
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 101 def years_ago(years) change(:year => self.year - years) end