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