From: petermichaux@... Date: 2005-11-01T02:17:06+09:00 Subject: Ruby Beautifier Hi, Is there a Ruby beautifier out there that can do more than just indenting? Some things I'd like to do are * change a single line with semi-colon separated statements into multiple lines with no semi-colons. * change multi line blocks with {...} to multi line blocks with do...end What other features would be good? Thanks, Peter store.rb - http://trac.vaillant.ca/store.rb