Awesome
Rubyfmt
Ruby port of gofmt.
Usage
$ echo 'def hello(who="world");puts "Hello #{who}";end' | ./bin/rubyfmt
Outputs:
def hello(who = "world")
puts "Hello #{who}"
end
Installation
Add this line to your application's Gemfile:
gem 'rubyfmt'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rubyfmt
Credits
- seattle.rb - for ruby_parser & ruby2ruby which do all of the heavy-lifting.
Contributing
See CONTRIBUTING.md