Support
RVM is maintained by community of volunteers, report issues to RVM issues tracker.
If you can help or wish to become one of the maintainers - just start helping. You can find more RVM related projects at RVM Github organization.
Sponsors
Carbon Ads

Ruby ( MRI / YARV )

Ruby, or ' MRI (Matz's Ruby Interpreter) ' ruby, is a series of ruby interpreters. This is the original, canonical implementation of Ruby from which the standards (ruby-spec) are being extracted.

Installing

Ruby is installed by specifying the version to install.

$ rvm install 1.9.2    # Installs 1.9.2
$ rvm install 1.8.7    # Installs 1.8.7

Community Resources