Flowdock
method

verify_gem_home

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Installer
verify_gem_home(unpack = 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.rb, line 694
  def verify_gem_home(unpack = false) # :nodoc:
    FileUtils.mkdir_p gem_home
    raise Gem::FilePermissionError, gem_home unless
      unpack or File.writable?(gem_home)
  end
Register or log in to add new notes.