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