Method: Timecode#hours

Defined in:
lib/timecode.rb

#hoursObject

get the number of hours



248
249
250
# File 'lib/timecode.rb', line 248

def hours
  value_parts[0]
end