module TimeHelper
Public Instance Methods
to_hms()
click to toggle source
# File lib/v2av.rb, line 65 def to_hms Subunit.new(units={minutes:60}, seconds: self).to_a end
to_time()
click to toggle source
# File lib/v2av.rb, line 59 def to_time() Time.strptime(self, "%H:%M:%S") end