Method: Neat::Generator#remove

Defined in:
lib/neat/generator.rb

#removeObject



34
35
36
37
38
39
40
41
# File 'lib/neat/generator.rb', line 34

def remove
  if neat_files_already_exist?
    remove_neat_directory
    puts "Neat was successfully removed."
  else
    puts "No existing neat installation. Doing nothing."
  end
end