summaryrefslogtreecommitdiff
path: root/README.EXT
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-18 18:39:22 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-18 18:39:22 +0000
commit2485ed517745088bf2b26707f2a66217b778d4f3 (patch)
tree99b49c42312ec2544a3f96cc9e29432b42622b8c /README.EXT
parent678adc8714bd325967464eaf4b37c8a863f04919 (diff)
Sync with README.EXT.ja.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.EXT')
-rw-r--r--README.EXT3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.EXT b/README.EXT
index 1ea29bdc47..20aeaa616f 100644
--- a/README.EXT
+++ b/README.EXT
@@ -1107,7 +1107,8 @@ assigned to captured arguments. For omitted arguments, variables are
set to Qnil. NULL can be put in place of a variable reference, which
means the corresponding captured argument(s) should be just dropped.
-The number of given arguments is returned.
+The number of given arguments, excluding an iterator block, is
+returned.
** Invoking Ruby method