module Subber::Formatter class Base class << self # @param subtitles [Array] # @return [String] # def format(subtitles) raise NotImplementedError end end end end