Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/freshtrack/core_ext/numeric.rb

Instance Method Summary collapse

Instance Method Details

#secs_to_hoursObject



2
3
4
# File 'lib/freshtrack/core_ext/numeric.rb', line 2

def secs_to_hours
  self / 3600.0
end