Number of seconds using the number as the base of hours.
25 26 27
# File 'lib/duration/numeric.rb', line 25 def hours to_i * 3600 end