# File lib/god/base.rb, line 8
    def self.abort(msg)
      Kernel.abort(msg)
    end