--- enum.c~ 2010-08-19 17:48:25.000000000 +0300
+++ enum.c 2010-08-31 06:13:42.200564470 +0300
@@ -1911,7 +1911,7 @@
* elements from each args. This generates a sequence of
* n-element arrays, where n is one more than the
* count of arguments. The length of the resulting sequence will be
- * enum#sizeenum#size
. If the size of any argument is less than
* enum#size
, nil
values are supplied. If
* a block is given, it is invoked for each output array, otherwise
* an array of arrays is returned.