Method: LeanCloud::Initializer#create

Defined in:
lib/leancloud/initializer.rb

#createObject



93
94
95
96
97
98
# File 'lib/leancloud/initializer.rb', line 93

def create
  validate_options
  existed = File.exist?(@leanfile_path)
  generate_leanfile
  prompt(existed)
end