On Thu, Sep 18, 2008 at 6:39 PM, Bluebie, Jenna
<[EMAIL PROTECTED]> wrote:
> Yeah, it happens in normal ruby :)
>
> It's all about the argument... button { ... } seems fine, but not button
> 'arg' { ... }
>
> I experienced the same weirdness in Camping too. :)

It's not really a problem if you follow good style conventions.
Perhaps the conventions were inspired by parser limitations. At any
rate:

do/end for multi-line blocks.
{} for single line blocks.

I've been known to make an exception of this rule once in a while, but
generally it's a good.

-- 
Seth Thomas Rasmussen
http://greatseth.com

Reply via email to