summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-27 06:39:47 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-27 06:39:47 +0000
commit1906045a8f81f8a30d63e494f4ce24808f764922 (patch)
tree85ce7d321730666333dc2bdfc2994335788f2d37 /NEWS
parent42187cffa2b7b4e89c92a91650d8b89a0d2a9197 (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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 301ebbc964..2bac745bd9 100644
--- a/NEWS
+++ b/NEWS
@@ -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