From: Gavin Kistner Date: 2005-05-12T23:29:17+09:00 Subject: Re: {} vs begin/end [was Re: object loops and what they return] On May 12, 2005, at 8:24 AM, David A. Black wrote: > I know, it's not 100% reliable... but it suggests that, at least > roughly, 3% of 'do' blocks end on the same line, while 62% of {} > blocks end on the same line. So this "odd" behavior is actually > pretty canonical :-) Yup...I see that the standard code and the community have somewhat decided upon this convention. When I write code that I'll be releasing into the wild, I've recently been trying it out (just like I change my tabs to 2-spaces before publishing). But I hate it :)