method
kill
kill(sig)
public
Hide source
# File lib/shell/system-command.rb, line 77 def kill(sig) if @pid Process.kill(sig, @pid) end end