Method: Aigu::AndroidImporter#process!
- Defined in:
- lib/aigu/android_importer.rb
#process! ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 |
# File 'lib/aigu/android_importer.rb', line 6 def process! puts "Generating Android XML files in `#{@output_directory}` based on Accent-generated `#{@input_file}` file" puts '---' parse_json @blob = split_res_types(@object) write_xml_files puts '---' puts 'Done' end |