[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: going over two interators

Austin Ziegler

9/18/2003 1:59:00 AM

On Thu, 18 Sep 2003 08:27:08 +0900, Michael Garriss wrote:

In Ruby 1.8, try Enumerable#zip.

-austin
--
austin ziegler * austin@halostatue.ca * Toronto, ON, Canada
software designer * pragmatic programmer * 2003.09.17
* 21.58.04



1 Answer

mgarriss

9/18/2003 2:19:00 AM

0

Austin Ziegler wrote:

>In Ruby 1.8, try Enumerable#zip.
>
>

That''s the one. Thanks to you and the lucky stiff....

Michael