Class: Fixnum

Inherits:
Object
  • Object
show all
Defined in:
lib/sawyer/actions.rb

Instance Method Summary collapse

Instance Method Details

#hoursObject



4
5
6
# File 'lib/sawyer/actions.rb', line 4

def hours
  self * 60 * 60 # [hr] * [min/hr] * [s/min] => [s]
end