# File lib/active_support/core_ext/numeric/time.rb, line 16
        def days
          self * 24.hours
        end