From: Jason Roelofs Date: 2008-05-03T02:30:53+09:00 Subject: Re: Ruby 1.9 wishlist #1: makes sense. You can do that with regular methods, but not blocks? It makes sense implementation wise (they aren't the same thing), but can be confusing. #2: Absolutely not. It leads to harder to read code and well hidden bugs. Every time I run into such a thing in C / C++ / Java, I add brackets. #3 Also one that makes sense, but is more of a personal preference thing. #4 I've never had a need for it but in terms of consistency I can see it working. Jason