ruby-cvs:19513
From: matz ruby-lang.org
Date: Mon, 14 May 2007 02:15:26 +0900 (JST)
Subject: [ruby-cvs:19513] Ruby:r12277: * array.c (rb_ary_zip): a.zip(b,c) should return an array, not
matz 2007-05-14 02:15:25 +0900 (Mon, 14 May 2007)
New Revision: 12277
Modified files:
trunk/ChangeLog
trunk/array.c
Log:
* array.c (rb_ary_zip): a.zip(b,c) should return an array, not
enumerator.
* array.c (rb_ary_zip): a.zip(b,c) should return array with size
truncated to the size of its shortest argument array.
[incompatible]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/array.c?r1=12277&r2=12276
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=12277&r2=12276