From: Daniel Brockman Date: 2005-08-06T01:29:26+09:00 Subject: Re: Yet Another useless Ruby 2 Idea gabriele renzi writes: > I was'nt suggesting indentation based syntax, which I > dislike for reasons (i.e. commenting may mess syntax) that > do not apply to implict terminators. What do you mean, "commenting may mess syntax"? > items.cool_method_name {|item| item*2 if item > 2} > > is quite doable in ruby Except you can't collect nil values that way. -- Daniel Brockman