# File lib/webby/apps/generator.rb, line 219 def abort( msg ) puts "\nAborting!" puts " #{msg}" puts exit 1 end