vic/rubinius-compiler
Rubinius bytecode compiler.
{ "defaultBranch": "2.0", "description": "Rubinius bytecode compiler.", "fullName": "vic/rubinius-compiler", "homepage": "https://github.com", "language": "Ruby", "name": "rubinius-compiler", "pushedAt": "2013-09-28T03:33:47Z", "stargazersCount": 0, "updatedAt": "2016-01-29T06:40:48Z", "url": "https://github.com/vic/rubinius-compiler"}Rubinius::Compiler
Section titled “Rubinius::Compiler”TODO: Write a gem description
Installation
Section titled “Installation”Add this line to your application’s Gemfile:
gem 'rubinius-compiler'And then execute:
$ bundleOr install it yourself as:
$ gem install rubinius-compilerTODO: Write usage instructions here
Contributing
Section titled “Contributing”- 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