The kidsruby_runner.sh script has the line: ``` ruby use 1.9.2 ``` Shouldn't this be: ``` rvm use 1.9.2 ``` ? Thanks