Class: Float
- Inherits:
-
Object
- Object
- Float
- Defined in:
- lib/devlog/utils.rb
Overview
Rounding seconds to hours
Instance Method Summary collapse
Instance Method Details
#rounded_hours ⇒ Object
15 16 17 |
# File 'lib/devlog/utils.rb', line 15 def rounded_hours (self / 60.0 / 60.0).round(2) end |