Show list of available rubies,
rvm list [help,known,remote [|rbx|jruby|all],gemsets,default [string],rubies,strings,known_strings,ruby_svn_tags]
help
- show this helpknown
- list known rubies, that can be installedgemsets
- list all rubies with their gemsetsrubies
- list installed rubies, it is the default action when none givenstrings
- list installed rubies, machine passable formknown_strings
- list known rubies, that can be installed, machine passable formruby_svn_tags
- list ruby tags available at http://svn.ruby-lang.org/repos/ruby/tags/default [string]
- show the default ruby, passable form with stringsremote [|rbx|jruby|all]
- list binary build rubies (also for all/rbx/jruby), they do not need compilation,
when parameter omitted then only rvm build binaries are listed.