Class: Ehbrs::Runner::Videos::Unsupported
- Inherits:
-
EacRubyUtils::Console::DocoptRunner
- Object
- EacRubyUtils::Console::DocoptRunner
- Ehbrs::Runner::Videos::Unsupported
- Includes:
- EacCli::DefaultRunner
- Defined in:
- lib/ehbrs/runner/videos/unsupported.rb
Constant Summary collapse
- PROFILES =
%w[philco samsung].freeze
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
25 26 27 28 29 30 31 |
# File 'lib/ehbrs/runner/videos/unsupported.rb', line 25 def run infov 'Profiles', profiles.join(', ') infov 'Paths', paths paths.each do |d| ::Ehbrs::Videos::Unsupported::Search.new(d, ) end end |