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
15 16 17 18 19 |
# File 'lib/ehbrs/tools/runner/web_utils/videos/download.rb', line 15 def run to_rename.each { |file| process_rename_file(file) } unwanted.each { |file| process_unwanted_file(file) } end |