Rubinius Code is a meta-gem that packages a collection of tools for parsing and compiling Ruby code.
Participation in the Rubinius project is governed by the Rubinius Code of Conduct. See http://rubinius.com/code-of-conduct/
Add this line to your application's Gemfile:
gem 'rubinius-code'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rubinius-code
TODO: Write usage instructions here
- 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
Rubinius Code uses the MPL-2.0 license. See LICENSE for details. Contributions made prior to January 10th, 2016 are licensed under the old BSD 3-clause license. See LICENSE.BSD for details.