How to unload RVM from the current shell?

How can I unload RVM from the current shell? I found this one , but I'm not sure how to use it. This is not documented anywhere.

+8
ruby rvm
source share
1 answer

__rvm_unload is a shell function that can be executed as a regular command:

 $ __rvm_unload 
+14
source share

All Articles