Sha256: 94126368cdd99fad97c98dcc3e7ab93f5e0ec115df94d73ca83341c1aa4b2cb6
Contents?: true
Size: 153 Bytes
Versions: 117
Compression:
Stored size: 153 Bytes
Contents
module Standard module Lsp class KillsServer def call(&blk) at_exit(&blk) unless blk.nil? exit 0 end end end end
Version data entries
117 entries across 117 versions & 3 rubygems