* enum.c (zip): rdoc fix, patch by okkez [ruby-dev:41737]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3ca40d2531
commit
165ebcd5ac
2
enum.c
2
enum.c
@ -1904,7 +1904,7 @@ zip_i(VALUE val, NODE *memo, int argc, VALUE *argv)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* enum.zip(arg, ...) -> an_enumerator
|
* enum.zip(arg, ...) -> an_array_of_array
|
||||||
* enum.zip(arg, ...) {|arr| block } -> nil
|
* enum.zip(arg, ...) {|arr| block } -> nil
|
||||||
*
|
*
|
||||||
* Takes one element from <i>enum</i> and merges corresponding
|
* Takes one element from <i>enum</i> and merges corresponding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user