Cli binary that will pretty up ruby code
rbeautify [-h] [<file>...]
-h
Show some help.
<file>...
Pretty up provided file(s).
If it is run without specifying a filename, it will read from STDIN.
The original analyzer is available at: http://www.arachnoid.com/ruby/rubyBeautifier.html.
Original work is based on sublime-text2 plugin: https://github.com/CraigWilliams/BeautifyRuby which was cleaned up and made suitable for use directly in a shell.
Ernie Brodeur <[email protected]>
This manpage was written by Tomasz Nitecki <[email protected]> based on original README.md.
2014-10-22