diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-27 06:39:47 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-27 06:39:47 +0000 |
| commit | 1906045a8f81f8a30d63e494f4ce24808f764922 (patch) | |
| tree | 85ce7d321730666333dc2bdfc2994335788f2d37 /NEWS | |
| parent | 42187cffa2b7b4e89c92a91650d8b89a0d2a9197 (diff) | |
* io.c (rb_io_each_char, argf_each_char, Init_IO):
Add {IO#,ARGF.}{each_char,chars}.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -179,10 +179,14 @@ with all sufficient information, see the ChangeLog file. Return an enumerator if no block is given. * IO#bytes + * IO#chars + * IO#each_char * IO#getbyte * IO#lines * IO#readbyte * ARGF.bytes + * ARGF.chars + * ARGF.each_char * ARGF.getbyte * ARGF.lines * ARGF.readbyte |
