diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-09 13:38:34 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-09 13:38:34 +0000 |
commit | 29c3cb6d2061d2d476ef50066b44a5596dd51d99 (patch) | |
tree | a31007c4ca019c1a42e5ca879a15ceefa9a2f441 /enum.c | |
parent | 704d798615c5190510b036a4db8d32a0f9783df2 (diff) | |
download | ruby-29c3cb6d2061d2d476ef50066b44a5596dd51d99.tar.gz |
* array.c, enum.c, pack.c: rdoc patch from Johan Holmberg
<holmberg@iar.se> [ruby-core:3132] [ruby-core:3136]
* numeric.c: rdoc patch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enum.c')
-rw-r--r-- | enum.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -806,7 +806,7 @@ each_with_index_i(val, memo) /* * call-seq: - * enum.each_with_index {|obj, i| block } -> nil + * enum.each_with_index {|obj, i| block } -> enum * * Calls <em>block</em> with two arguments, the item and its index, for * each item in <i>enum</i>. |