Android, Rails
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