From 7fd45e90cb165ae1274f8bdd10c76ef8cfab580b Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 29 Dec 2014 01:37:29 +0000 Subject: io.c: workaround for YARD doc * io.c (rb_f_select): [DOC] workaround for YARD doc. [Fix GH-799] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'io.c') diff --git a/io.c b/io.c index 00c4ef722f..c9849715c0 100644 --- a/io.c +++ b/io.c @@ -8671,10 +8671,7 @@ rb_io_advise(int argc, VALUE *argv, VALUE io) /* * call-seq: - * IO.select(read_array - * [, write_array - * [, error_array - * [, timeout]]]) -> array or nil + * IO.select(read_array [, write_array [, error_array [, timeout]]]) -> array or nil * * Calls select(2) system call. * It monitors given arrays of IO objects, waits one or more -- cgit v1.2.3