class Subber::Parser::Base

Attributes

raw_content[R]

Public Class Methods

parse(content) click to toggle source

@param content [String] @return [Array<Subber::Subtitle>]

# File lib/subber/parser/base.rb, line 9
def parse(content)
  raise NotImplementedError
end