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
Родитель ed045985e7
Коммит 1727511e85
1 изменённых файлов: 4 добавлений и 1 удалений

5
NEWS
Просмотреть файл

@ -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