From: James Edward Gray II Date: 2005-10-19T00:29:46+09:00 Subject: Re: Unit testing an each function On Oct 18, 2005, at 10:25 AM, Peter Hickman wrote: > It's no great hardship it is just that I was taken aback when > data.each.each{...} didn't work, it seemed like the right thing to > type at that point. I still recommend a change. If you are always meant to iterator two levels deep, fix each(). If it's a common option, add another iterator for it. Make it easy on user code, much of which might just be written by you. ;) My two cents. James Edward Gray II