# 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