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