Class: Float

Inherits:
Object
  • Object
show all
Defined in:
lib/devlog/utils.rb

Overview

Rounding seconds to hours

Instance Method Summary collapse

Instance Method Details

#rounded_hoursObject



15
16
17
# File 'lib/devlog/utils.rb', line 15

def rounded_hours
  (self / 60.0 / 60.0).round(2)
end