On Fri, 2005-01-28 at 13:35 +0900, Navindra Umanee wrote:
> Zach Dennis <zdennis / mktec.com> wrote:
> >   - you can use string interpolation, ex: "x: #{@myvar}" instead of 
> > having to say "x:" + myvar'
> 
> Ruby seems to lose here.  The syntax #{@myvar} is a rare case of
> ugliness.

Ugly for that case. Gorgeous for the #{myvar.upcase} case, I think.
>