# File lib/rubygems/defaults.rb, line 63 def self.default_path if File.exist? Gem.user_home then [user_dir, default_dir] else [default_dir] end end