[#66126] Creation/Conversion methods/functions table for Ruby types — SASADA Koichi <ko1@...>
Hi,
5 messages
2014/11/07
[#66248] [ruby-trunk - Feature #10423] [PATCH] opt_str_lit*: avoid literal string allocations — normalperson@...
Issue #10423 has been updated by Eric Wong.
3 messages
2014/11/13
[#66595] [ruby-trunk - Bug #10557] [Open] Block not given when the argument is a string — bartosz@...
Issue #10557 has been reported by Bartosz Kopinski.
3 messages
2014/11/30
[ruby-core:66162] [ruby-trunk - Bug #10492] [Open] Please improve documentation for Process.kill
From:
shevegen@...
Date:
2014-11-09 20:42:29 UTC
List:
ruby-core #66162
Issue #10492 has been reported by Robert A. Heiler. ---------------------------------------- Bug #10492: Please improve documentation for Process.kill https://bugs.ruby-lang.org/issues/10492 * Author: Robert A. Heiler * Status: Open * Priority: Low * Assignee: * Category: * Target version: * ruby -v: 2.1.4 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- Hi, The current docu can be seen at: http://www.ruby-doc.org/core-2.1.4/Process.html#method-c-kill I would like to see all values that can be passed to Process.kill documented there. Can someone add this please? I would try to write a patch myself but I do not know which PIDs are valid and which ones are not, and where else to find this information. (I tried to look up because I needed to kill PIDs from a trojan respawning stuff all over everywhere, and I got tired scanning for them with shell scripts so I started to write a ruby script - stuff like /usr/bin/.sshd being a binary program that tries to keep on respawning itself. Process.kill :QUIT did not seem to do anything there) -- https://bugs.ruby-lang.org/