Skip to content

Instantly share code, notes, and snippets.

@jordanorelli
Created April 20, 2014 16:35
Show Gist options
  • Save jordanorelli/11118475 to your computer and use it in GitHub Desktop.
Save jordanorelli/11118475 to your computer and use it in GitHub Desktop.
user@host ~: which ruby
/Users/user/.rvm/rubies/ruby-2.0.0-p451/bin/ruby
user@host ~: which irb
/Users/user/.rvm/rubies/ruby-2.0.0-p451/bin/irb
user@host ~: ruby -v
ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
user@host ~: irb
1.9.2 :001 >
@jordanorelli
Copy link
Author

ruby version 2.0.0, irb is from the ruby 2.0.0 distribution, runs ruby 1.9.2.

what. the. fuck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment