Method: Stax::Generators::StackGenerator#create_templates
- Defined in:
- lib/stax/generators/stack/stack_generator.rb
#create_templates ⇒ Object
47 48 49 50 51 52 53 54 55 |
# File 'lib/stax/generators/stack/stack_generator.rb', line 47 def create_templates if [:json] create_json_templates elsif [:yaml] create_yaml_templates else create_cfer_templates end end |