ruby-changes:36973
From: nobu <ko1@a...>
Date: Mon, 29 Dec 2014 10:37:37 +0900 (JST)
Subject: [ruby-changes:36973] nobu:r49054 (trunk): io.c: workaround for YARD doc
nobu 2014-12-29 10:37:29 +0900 (Mon, 29 Dec 2014) New Revision: 49054 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49054 Log: io.c: workaround for YARD doc * io.c (rb_f_select): [DOC] workaround for YARD doc. [Fix GH-799] [ci skip] Modified files: trunk/ChangeLog trunk/io.c Index: ChangeLog =================================================================== --- ChangeLog (revision 49053) +++ ChangeLog (revision 49054) @@ -1,4 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 -Mon Dec 29 10:37:06 2014 Thiago Lewin <thiago_lewin@y...> +Mon Dec 29 10:37:27 2014 Thiago Lewin <thiago_lewin@y...> + + * io.c (rb_f_select): [DOC] workaround for YARD doc. [Fix GH-799] * process.c (proc_detach): [DOC] fix missing closing parenthesis. [Fix GH-799] Index: io.c =================================================================== --- io.c (revision 49053) +++ io.c (revision 49054) @@ -8671,10 +8671,7 @@ rb_io_advise(int argc, VALUE *argv, VALU https://github.com/ruby/ruby/blob/trunk/io.c#L8671 /* * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/