From a74a6b0d911fd586f5e9cc5d1f2831d3521e4ae9 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 19 Jun 2001 05:28:10 +0000 Subject: [PATCH] Update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/NEWS b/doc/NEWS index 9bf0473298..ffcc6150ba 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,3 +1,8 @@ +: Proc#yield + + Added. This is equivalent to Proc#call except it does not check the + number of given arguments, which are thus passed to the proc as-is. + : File#fnmatch, File::Constants::FNM_* Added. Refer to the fnmatch(3) manpage for details.