Method: Neat::Generator#remove

Defined in:
lib/neat/generator.rb

#removeObject



31
32
33
34
35
36
37
38
# File 'lib/neat/generator.rb', line 31

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