method
paths=
v1_9_3_125 -
Show latest stable
- Class:
Gem
paths=(env)public
No documentation available.
# File lib/rubygems.rb, line 395
def self.paths=(env)
clear_paths
@paths = Gem::PathSupport.new env
Gem::Specification.dirs = @paths.path # FIX: home is at end
end