jruby

Ruby implementation written in pure Java with JVM integration

brewmacoslinux
Try with needOr install directly
Source

About

Ruby implementation in pure Java

Commands

jruby

Examples

Run a Ruby script with JRuby$ jruby script.rb
Start an interactive JRuby console$ jruby -S irb
Install gems using JRuby's gem command$ jruby -S gem install bundler