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