Class: Vocab::Cleaner::Base
- Inherits:
-
Object
- Object
- Vocab::Cleaner::Base
- Defined in:
- lib/vocab/cleaner/base.rb
Class Method Summary collapse
Class Method Details
.clean ⇒ Object
5 6 7 8 9 10 |
# File 'lib/vocab/cleaner/base.rb', line 5 def clean files_to_clean.each do |file| Vocab.ui.say( "Cleaning file: #{file}" ) clean_file( file ) end end |