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

describe IO#fdatasync.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-06-23 17:01:58 +00:00
parent fdd6c4be17
commit 907415bbb6

3
NEWS
View file

@ -31,6 +31,9 @@ with all sufficient information, see the ChangeLog file.
if defined.
* IO
* new method:
* IO#fdatasync
* extended methods:
* IO.pipe can take a block.