⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|Ruby}} {{infobox begin}}

p RUBY_ENGINE
# => "rbx"

{{infobox end}}

Rubinius is a Ruby interpreter that translates Ruby to LLVM bytecode, and then to native machine code. Rubinius also implements most of the core library in Ruby. It also has its [http://rubini.us/doc/en/systems/concurrency/ 'actor' library].

Rubinius 1.2.x only implements Ruby 1.8.7, it cannot run Ruby 1.9 code.

  • http://rubini.us/