From f283e7066dcbd4341b069d0e7bedec890d5a426f Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 27 May 2016 11:43:23 +0000 Subject: 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 --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * Kernel.exit(false). If _msg_ is given, it is written -- cgit v1.2.3