# File lib/active_support/core_ext/numeric/time.rb, line 43 def hours ActiveSupport::Duration.new(self * 3600, [[:seconds, self * 3600]]) end