2 examples for rvm

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