class Standard::Lsp::KillsServer

def call(&blk)

def call(&blk)
  at_exit(&blk) unless blk.nil?
  exit 0
end