Skip to content

Instantly share code, notes, and snippets.

@mitchty
Created November 22, 2011 04:46
Show Gist options
  • Save mitchty/1384914 to your computer and use it in GitHub Desktop.
Save mitchty/1384914 to your computer and use it in GitHub Desktop.
main> RVM::Environment.new.list_strings
=> ["jruby-1.6.5",
"macruby-0.10",
"rbx-head",
"ruby-1.8.6-p420",
"ruby-1.8.7-p352",
"ruby-1.9.2-p290",
"ruby-1.9.3-p0"]
main> RVM::Environment.new.list.rubies
=> ["jruby-1.6.5",
"macruby-0.10",
"rbx-head",
"ruby-1.8.6-p420",
"ruby-1.8.7-p352",
"ruby-1.9.2-p290",
"ruby-1.9.3-p0"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment