Flowdock
kill(sig) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/shell/system-command.rb, line 77
    def kill(sig)
      if @pid
        Process.kill(sig, @pid)
      end
    end
Register or log in to add new notes.