class Fixnum
Public Instance Methods
hours()
click to toggle source
# File lib/sawyer/actions.rb, line 4 def hours self * 60 * 60 # [hr] * [min/hr] * [s/min] => [s] end
# File lib/sawyer/actions.rb, line 4 def hours self * 60 * 60 # [hr] * [min/hr] * [s/min] => [s] end