aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-29 01:37:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-29 01:37:29 +0000
commit7fd45e90cb165ae1274f8bdd10c76ef8cfab580b (patch)
treecb86d8a02d74b21e81ecff904f91e267119507f9 /io.c
parent76ec09062a9a747eb44b3dd7024776fc3966a8a1 (diff)
downloadruby-7fd45e90cb165ae1274f8bdd10c76ef8cfab580b.tar.gz
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
Diffstat (limited to 'io.c')
-rw-r--r--io.c5
1 files changed, 1 insertions, 4 deletions
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 <code>IO</code> objects, waits one or more