# File lib/culerity.rb, line 13
    def exit_server
      self << '["_exit_"]'
      Process.kill(6, self.pid.to_i)
    end