1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-09-06 01:34:21 +00:00
parent c06c77091b
commit 33ff311494
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sun Sep 6 10:34:19 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].
Sun Sep 6 05:19:09 2009 NARUSE, Yui <naruse@ruby-lang.org>
* io.c: Add rdoc for ARGF.

2
io.c
View file

@ -8976,9 +8976,9 @@ argf_getc(VALUE argf)
*
* ARGF.getbyte #=> 102
* ARGF.getbyte #=> 111
* ARGF.getbyte #=> 111
* ARGF.getbyte #=> 10
* ARGF.getbyte #=> nil
* ARGF.getbyte #=> nil
*/
static VALUE
argf_getbyte(VALUE argf)