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
      22 23 24 25 26 27 28  | 
    
      # File 'lib/ehbrs/tools/runner/videos/unsupported.rb', line 22 def run infov 'Profiles', profiles.join(', ') infov 'Paths', paths paths.each do |d| ::EhbrsRubyUtils::Videos2::Unsupported::Search.new(d, ) end end  |