# File lib/god.rb, line 113 def abort(text = nil) $run = false applog(nil, :error, text) if text exit(1) end