module CaptionCrunch

Constants

VERSION

Public Class Methods

parse(file) click to toggle source

Delegates to Adapters::VTT.parse. Returns a CaptionCrunch::Track instance

# File lib/caption_crunch.rb, line 4
def self.parse(file)
  Adapters::VTT.parse(file)
end