method

util_installer

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: InstallerTestCase
util_installer(spec, gem_home, user=false) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/installer_test_case.rb, line 139
  def util_installer(spec, gem_home, user=false)
    Gem::Installer.new spec.cache_file, :user_install => user
  end
Register or log in to add new notes.