Skip to content

Commit

Permalink
* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Sep 6, 2009
1 parent c06c770 commit 33ff311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sun Sep 6 10:34:19 2009 Nobuyoshi Nakada <[email protected]>

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

Sun Sep 6 05:19:09 2009 NARUSE, Yui <[email protected]>

* io.c: Add rdoc for ARGF.
Expand Down
2 changes: 1 addition & 1 deletion io.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 33ff311

Please sign in to comment.