From: Trans Date: 2005-01-27T00:40:47+09:00 Subject: Re: Argument-per-argument Passing > How about > > take(*give) > take(*give_each) > > Note also, that all your give* methods return the same. Right, but that's exactly what I don't want to do. I.e. changing the notation used in passing the arguments to #take. Rather I want a way to "transfer" the arguments directly into the receiveing method (#take) as dictated by the return of the giving method (#give). T.