We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80e859 commit 2560242Copy full SHA for 2560242
array.c
@@ -4464,7 +4464,7 @@ take_items(VALUE obj, long n)
4464
/*
4465
* call-seq:
4466
* zip(*other_arrays) -> new_array
4467
- * zip(*other_arrays) {|other_array| ... } -> nil
+ * zip(*other_arrays) {|sub_array| ... } -> nil
4468
*
4469
* With no block given, combines +self+ with the collection of +other_arrays+;
4470
* returns a new array of sub-arrays:
0 commit comments