Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/freshtrack/core_ext/numeric.rb
Instance Method Summary collapse
Instance Method Details
#secs_to_hours ⇒ Object
2 3 4 |
# File 'lib/freshtrack/core_ext/numeric.rb', line 2 def secs_to_hours self / 3600.0 end |