I am currently trying to switch my default version of Ruby from 1.9.3 to 1.9.2-p280.
I ran these in my console:
sudo apt-get install ruby-rvm
rvm install 1.9.2-p290
rvm --default use 1.9.2-p290
ruby -v
The output of step 4 is:
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]
Any advice is greatly appreciated.