# File test/test_rc_d.rb, line 167
    def kill(sig, pid)
      @kill_call += 1
      @kill_sig = sig
      @kill_pid = pid
      nil
    end