summaryrefslogtreecommitdiff
path: root/doc/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-19 05:28:10 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-19 05:28:10 +0000
commita74a6b0d911fd586f5e9cc5d1f2831d3521e4ae9 (patch)
treef5576d709354e62fac7cddaf985345aedb733652 /doc/NEWS
parent9d51cf8a6a5d651c1c4dd363dbf3f4905e3f307d (diff)
Update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS')
-rw-r--r--doc/NEWS5
1 files changed, 5 insertions, 0 deletions
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.