From: Trans Date: 2005-09-27T06:26:42+09:00 Subject: Re: How each class splats Florian Gro� wrote: > In theory .each { |(i, v)| ... } should also work, but it seems that > Ruby doesn't call .to_a there. (I think it should do so.) Ah, that would be an acceptable solution. I wish it did so too. T.