* NEWS: add ARGF.write and so on.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-12-27 22:27:10 +00:00
parent 4fefafb1e6
commit 02a24aaedc
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Dec 28 07:17:11 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add ARGF.write and so on.
Tue Dec 28 07:12:38 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add new magic-comment. (warn-indent) [ruby-core:25442]

10
NEWS
View File

@ -26,6 +26,16 @@ with all sufficient information, see the ChangeLog file.
* builtin classes
* ARGF
* new methods:
* ARGF.print
* ARGF.printf
* ARGF.putc
* ARGF.puts
* ARGF.read_nonblock
* ARGF.to_write_io
* ARGF.write
* Array
* extended method:
* Array#pack supports endian modifiers