= private = protected
kill(sig, command)
Sends the given signal to the given job
# File lib/shell.rb, line 355 def kill(sig, command) @process_controller.kill_job(sig, command) end