Class: Voot::CueList

Inherits:
Array
  • Object
show all
Defined in:
lib/voot/cue_list.rb

Instance Method Summary collapse

Instance Method Details

#to_webvttObject



6
7
8
# File 'lib/voot/cue_list.rb', line 6

def to_webvtt
  map(&:to_webvtt).join("\n\n")
end