From: Francis Cianfrocca Date: 2007-05-26T04:30:08+09:00 Subject: Re: Introducing the "it" keyword ------=_Part_97251_4644794.1180121410044 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I usually just do things like a=g(x) and h(a) Avoids the double evaluation at the cost of an assignment. This makes perfect sense to me, but then I'm a C programmer, so I'm comfortable with short-circuiting. I'm aware other people think it's harder to understand or less Ruby-esque. ------=_Part_97251_4644794.1180121410044--