Ruby ( MRI / YARV )
Ruby or 'MRI/YARV' ruby is a series of ruby interpreters. This is the original 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.1 # Installs 1.9.1 ∴ rvm install 1.8.7 # Installs 1.8.7