Class: Aigu::EmberImporter
- Defined in:
- lib/aigu/ember_importer.rb
Instance Method Summary collapse
Methods inherited from Importer
Constructor Details
This class inherits a constructor from Importer
Instance Method Details
#process! ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 |
# File 'lib/aigu/ember_importer.rb', line 3 def process! puts "Generating JavaScript file in `#{@output_directory}` based on Accent-generated `#{@input_file}` file" puts '---' parse_json build_blob write_javascript_file puts '---' puts 'Done' end |