Class Gem::PathSupport
In: lib/rubygems/path_support.rb
Parent: Object

Gem::PathSupport facilitates the GEM_HOME and GEM_PATH environment settings to the rest of RubyGems.

Methods

new  

Attributes

home  [R]  The default system path for managing Gems.
path  [R]  Array of paths to search for Gems.

Public Class methods

Constructor. Takes a single argument which is to be treated like a hashtable, or defaults to ENV, the system environment.

[Validate]