# File lib/active_support/core_ext/numeric/time.rb, line 36
        def years
          (self * 365.25.days).to_i
        end