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

* NEWS: Fix ARGF#codepoints

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2013-02-22 23:17:49 +00:00
parent ed045985e7
commit 1727511e85

5
NEWS
View file

@ -18,6 +18,10 @@ with all sufficient information, see the ChangeLog file.
=== Library updates (outstanding ones only)
* builtin classes
* ARGF
* added method:
* added ARGF#codepoints and ARGF#each_codepoint, like the corresponding
methods for IO.
* Array
* added method:
@ -456,7 +460,6 @@ with all sufficient information, see the ChangeLog file.
* IO#bytes
* ARGF#lines
* ARGF#chars
* ARGF#codepoints
* ARGF#bytes
* StringIO#lines
* StringIO#chars