| Short description: |
Simple Formatter For Ruby Code |
| Category: |
Application/Development |
| Status: |
beta |
| Created: |
2007-06-08 04:05:03 GMT |
| Last update: |
2007-06-18 02:30:41 GMT |
| Owner: |
Stephen Becker IV
(Projects of this owner) |
| Homepage: |
http://svn.stephenbeckeriv.com/code/ruby_formatter/ |
| Download: |
http://svn.stephenbeckeriv.com/code/ruby_formatter/
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
ruby [options] filelist
options:
-s # will change the indent to a space count of # per level
by default we space with 1 tab per level
-b # create a backup file
examples:
ruby simple_formatter.rb -s 3 -b /moo/cluck/cow.rb
runs with the indent of 3 spaces,creates a backup file, and formats moo/cluck/cow.rb
ruby simple_formatter.rb -s 31 /moo/cluck/cow.rb /beef/lo/mein
.rb
formats both files with 31 spaces per level.
Contributions: Andrew Nutter-Upham
|
| Versions: |
[0.6.1 (2007-10-26)]
[0.6.0 (2007-06-25)]
[0.5.0 (2007-06-18)]
|