Method: Timecode#to_i

Defined in:
lib/timecode.rb

#to_iObject

get total frames as integer



393
394
395
# File 'lib/timecode.rb', line 393

def to_i
  @total
end