From eb9708f38671aa6446a89acc755f3341f5cb59b6 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 23 Jan 2002 07:30:43 +0000 Subject: * array.c (Init_Array): remove Array#filter. * object.c (rb_mod_initialize): should accept zero argument. * object.c (rb_mod_cmp): should raise ArgumentError if inheritance/inclusion relation between two classes/modules is not defined. [new] * io.c (rb_io_fsync): new method. [new] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index 1b2baf93f7..95f3981c37 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,3 +1,7 @@ +: IO#fsync + + Added. + : Array expansion Fixed with the following behavior: -- cgit v1.2.3