If you can help or wish to become one of the maintainers - just start helping.
You can find more RVM related projects at
RVM Github organization.
If you empty a gemset, rvm will prompt you for confirmation. This action removes all gems installed in the gemset.
$ rvm gemset use albinochipmunk $ rvm gemset empty albinochipmunkTo skip confirmation, pass the --force flag:
$ rvm gemset use albinochipmunk $ rvm --force gemset empty albinochipmunk