aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/ri/paths.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/ri/paths.rb')
-rw-r--r--lib/rdoc/ri/paths.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/rdoc/ri/paths.rb b/lib/rdoc/ri/paths.rb
index 178142d35f..7090a58d44 100644
--- a/lib/rdoc/ri/paths.rb
+++ b/lib/rdoc/ri/paths.rb
@@ -13,12 +13,8 @@ module RDoc::RI::Paths
base = File.join RbConfig::CONFIG['datadir'], "ri", version
SYSDIR = File.join base, "system"
SITEDIR = File.join base, "site"
- homedir = File.expand_path('~') ||
- ENV['HOME'] || ENV['USERPROFILE'] || ENV['HOMEPATH']
+ HOMEDIR = (File.expand_path("~/.rdoc") rescue nil)
- HOMEDIR = if homedir then
- File.join homedir, ".rdoc"
- end
#:startdoc:
@gemdirs = nil