Method: Orats::Commands::New#init
- Defined in:
- lib/orats/commands/new.rb
#init ⇒ Object
19 20 21 22 23 24 25 |
# File 'lib/orats/commands/new.rb', line 19 def init check_exit_conditions create_template personalize_template rename_env_file what_to_do_next end |