Sha256: 6429a32016fc58c69205cae5c55ed1ae9abd357137eb4958e403f97a9c4af31e

Contents?: true

Size: 183 Bytes

Versions: 2

Compression:

Stored size: 183 Bytes

Contents

module EncoderTools
  module Strategies
    class Movie < Base
      def initialize(input_path)
        super
        self.title = Options::Title::LONGEST
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
encoder-tools-1.0.0 lib/encoder-tools/strategies/movie.rb
encoder-tools-0.0.2 lib/encoder-tools/strategies/movie.rb