Method: Moonshot::DynamicTemplate#process
- Defined in:
- lib/moonshot/dynamic_template.rb
#process ⇒ Object
44 45 46 47 48 49 50 |
# File 'lib/moonshot/dynamic_template.rb', line 44 def process validate_destination_exists new_template = generate_template validate_template(new_template) write_output(new_template) end |