# File lib/god.rb, line 119 def abort(text = nil) $run = false applog(nil, :error, text) if text exit(1) end
# File lib/god.rb, line 127 def exit(code = 0) $run = false exit_orig(code) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.