Skip to content

Instantly share code, notes, and snippets.

@simonknoll
Created December 8, 2011 22:15
Show Gist options
  • Save simonknoll/1b2229c13ef0cf434a0b to your computer and use it in GitHub Desktop.
Save simonknoll/1b2229c13ef0cf434a0b to your computer and use it in GitHub Desktop.
denkfabrik:~ simon$ /Users/simon/.rvm/bin/rvm list
rvm rubies
ruby-1.9.2-p290 [ x86_64 ]
denkfabrik:~ simon$ /Users/simon/.rvm/bin/rvm use 1.9.2
Using /Users/simon/.rvm/gems/ruby-1.9.2-p290
denkfabrik:~ simon$ ruby -version
ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0]
-e:1: undefined local variable or method `rsion' for main:Object (NameError)
denkfabrik:~ simon$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment