rbeautify(1)
============
:doctype: manpage

NAME
----
rbeautify - 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 <ebrodeur@ujami.net>

This manpage was written by Tomasz Nitecki <tnnn@tnnn.pl> based on original README.md.

DATE
----
2014-10-22

// vim: set filetype=asciidoc:
