Class: Ehbrs::Tools::Runner::Videos::Unsupported
- Inherits:
-
Object
- Object
- Ehbrs::Tools::Runner::Videos::Unsupported
- Defined in:
- lib/ehbrs/tools/runner/videos/unsupported.rb
Constant Summary collapse
- PROFILES =
%w[aoc philco samsung].freeze
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
17 18 19 20 21 22 23 |
# File 'lib/ehbrs/tools/runner/videos/unsupported.rb', line 17 def run infov 'Profiles', profiles.join(', ') infov 'Paths', paths paths.each do |d| ::EhbrsRubyUtils::Videos2::Unsupported::Search.new(d, ) end end |