Method: Timecode#hours

Defined in:
lib/timecode.rb

#hoursObject

get the number of hours



295
296
297
# File 'lib/timecode.rb', line 295

def hours
  value_parts[0]
end