# File lib/active_support/core_ext/integer/time.rb, line 38
        def years
          ActiveSupport::Duration.new(self * 365.25.days, [[:years, self]])
        end