# File lib/active_support/core_ext/numeric/time.rb, line 11
        def hours
          self * 60.minutes
        end