class Object

Constants

DB

Public Instance Methods

seconds_to_hms(seconds) click to toggle source
# File lib/kale/util.rb, line 1
def seconds_to_hms seconds
  Time.at(seconds).gmtime.strftime('%Hhr %Mm %Ss')
end