aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-27 11:43:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-27 11:43:23 +0000
commitf283e7066dcbd4341b069d0e7bedec890d5a426f (patch)
treec28c8f1ab3a17ec87ac675a679066c3cdb28294e
parent9a1036e4f6473ebda795ee51921920b50a019169 (diff)
downloadruby-f283e7066dcbd4341b069d0e7bedec890d5a426f.tar.gz
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
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index ae627ea5a0..fa4f0202b3 100644
--- a/process.c
+++ b/process.c
@@ -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