method

kill

v1_9_3_125 - Show latest stable - Class: Shell
kill(sig, command)
public

No documentation available.

# File lib/shell.rb, line 229
  def kill(sig, command)
    @process_controller.kill_job(sig, command)
  end