Umlify reads ruby and transforms it to UML.
WIP.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Once you have cloned the repository, do:
$ bundle install
And you're good to do. You can run the tests by doing:
$ rake test