Subject: Re: require!
From: Brian Buckley <briankbuckley gmail.com>
Date: Fri, 2 Dec 2005 00:01:05 +0900
References: 168211168263
In-reply-to: 168263
> Actually * looks for a to_a.
Does calling amethod(*x) have the same meaning as calling
amethod(x.to_a)? If is it what is the benefit of using the (less
clear) first way?
Brian Buckley