Using Ray With Ruby

The Ruby gem is still in active development. We haven't released a stable version just yet, but you can already install and play around with the 0.x version.

To start using Ray in any Ruby project, install the ruby-ray gem.

Add this line to your application's Gemfile:

gem 'ruby-ray'

And then execute:

bundle install

Or install it yourself as:

gem install ruby-ray

You should be able to use the ray function without any other steps.

On this page

Help us improve this page