Class: Ehbrs::Tools::Runner::WebUtils::Videos::Download
- Inherits:
-
Object
- Object
- Ehbrs::Tools::Runner::WebUtils::Videos::Download
- Defined in:
- lib/ehbrs/tools/runner/web_utils/videos/download.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
18 19 20 21 22 |
# File 'lib/ehbrs/tools/runner/web_utils/videos/download.rb', line 18 def run to_rename.each { |file| process_rename_file(file) } unwanted.each { |file| process_unwanted_file(file) } end |