class EncoderTools::Strategies::Movie

Public Class Methods

new(input_path) click to toggle source
Calls superclass method EncoderTools::Strategies::Base::new
# File lib/encoder-tools/strategies/movie.rb, line 4
def initialize(input_path)
  super
  self.title = Options::Title::LONGEST
end