jarosser06 / fastfood

DEPRECATED: use http://github.com/rackerlabs/fastfood
MIT License
0 stars 2 forks source link

Clean Ruby Blocks #1

Closed jarosser06 closed 9 years ago

jarosser06 commented 9 years ago

Along with Cleaning up extra empty lines there should be a utility function to remove any extra lines inside of Ruby blocks.

Should be pretty straight forward, scan for do which signifies the opening of a block, check for extra new lines until you hit end which signifies the closing of a block.

jarosser06 commented 9 years ago

In Pivotal