P
petermichaux
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
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