rbeautify(1) CLI binary that will pretty up Ruby code

SYNOPSIS

rbeautify [-h] [<file>...]

OPTIONS

-h

Show some help.

<file>...

Pretty up provided file(s).

If it is run without specifying a filename, it will read from STDIN.

HISTORY

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.

AUTHOR

Ernie Brodeur <[email protected]>

This manpage was written by Tomasz Nitecki <[email protected]> based on original README.md.

DATE

2014-10-22