Class: Vocab::Cleaner::Android

Inherits:
Base
  • Object
show all
Defined in:
lib/vocab/cleaner/android.rb

Class Method Summary collapse

Methods inherited from Base

clean

Class Method Details

.clean_file(file) ⇒ Object



5
6
7
# File 'lib/vocab/cleaner/android.rb', line 5

def clean_file( file )
  # TODO: implement
end

.files_to_cleanObject



9
10
11
# File 'lib/vocab/cleaner/android.rb', line 9

def files_to_clean
  return Dir.glob( "*.full.xml" )
end