AST is a small library for working with immutable abstract syntax trees.
$ gem install ast
See the documentation at GitHub or rdoc.info.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature