2 examples for rvm
# Switches RVM to use Ruby version 1.9.2 and sets it as the default
rvm --default use 1.9.2
# remove your .rvm folder and obliterate everything installed with rvm
rvm implode --force
# Switches RVM to use Ruby version 1.9.2 and sets it as the default
rvm --default use 1.9.2
# remove your .rvm folder and obliterate everything installed with rvm
rvm implode --force