# File lib/active_support/core_ext/date/calculations.rb, line 123
        def last_year
          years_ago(1)
        end