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