Method: CIDE::CLI#init
- Defined in:
- lib/cide/cli.rb
#init ⇒ Object
329 330 331 332 |
# File 'lib/cide/cli.rb', line 329 def init puts "Creating #{CONFIG_FILES.first} with default values" create_file CONFIG_FILES.first, File.read(DEFAULT_CIDEFILE) end |