Jim Freeze wrote: >... > >I personally like the {} for the simple reason that it is easy >to test for matching pairs in vi. > >eg > > [1,2,3].each { |x| > do something... > } > >... > Unfortunately for me, what reads well to me is: [1, 2, 3].each { |x| do something... } with the braced aligned. The Ruby interpreter, however, disagrees with me. -- -- Charles Hixson Gnu software that is free, The best is yet to be.