# File lib/rvm/environment/rubies.rb, line 10 def uninstall(rubies, opts = {}) rvm(:uninstall, normalize_ruby_string(rubies), opts).successful? end