method
util_installer
v1_9_3_392 -
Show latest stable
- Class:
Gem::InstallerTestCase
util_installer(spec, gem_home, user=false)public
No documentation available.
# File lib/rubygems/installer_test_case.rb, line 141
def util_installer(spec, gem_home, user=false)
Gem::Installer.new spec.cache_file, :user_install => user
end