mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
process.c: [DOC] Process.abort [ci skip]
* process.c (rb_f_abort): [DOC] Process.abort is a singleton method of Process, but not an instance method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c57c719e4a
commit
294f653163
1 changed files with 1 additions and 1 deletions
|
@ -3864,7 +3864,7 @@ rb_f_exit(int argc, const VALUE *argv)
|
|||
* call-seq:
|
||||
* abort
|
||||
* Kernel::abort([msg])
|
||||
* Process::abort([msg])
|
||||
* Process.abort([msg])
|
||||
*
|
||||
* Terminate execution immediately, effectively by calling
|
||||
* <code>Kernel.exit(false)</code>. If _msg_ is given, it is written
|
||||
|
|
Loading…
Reference in a new issue