mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7bda092ee8
commit
3f0fd715f4
1 changed files with 8 additions and 0 deletions
|
@ -313,6 +313,10 @@ pst_message(VALUE str, rb_pid_t pid, int status)
|
|||
* stat.to_s -> string
|
||||
*
|
||||
* Show pid and exit status as a string.
|
||||
*
|
||||
* system("false")
|
||||
* p $?.to_s #=> "pid 12766 exit 1"
|
||||
*
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
@ -336,6 +340,10 @@ pst_to_s(VALUE st)
|
|||
* stat.inspect -> string
|
||||
*
|
||||
* Override the inspection method.
|
||||
*
|
||||
* system("false")
|
||||
* p $?.inspect #=> "#<Process::Status: pid 12861 exit 1>"
|
||||
*
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Reference in a new issue