This article is a short HowTo for installing RVM and then Ruby on a CentOS or Redhat system.
As root:
curl -sSL https://get.rvm.io | bash -s stable --ruby rvm list known
Now as a normal user (not root):
sudo rvm install 2.1.1
You can then run the following to confirm.
ruby --version