summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-10 16:57:23 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-10 16:57:23 +0000
commit4eb272e83c3872504bce29daa967778e1e4a8419 (patch)
tree626af6b90777b853d36b16cccd449e4b6d5510ab /lib
parent8aac5f48fc96c4aa76d4758d8c873f3e2cb6de90 (diff)
More debug print for r38296
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems/defaults.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rubygems/defaults.rb b/lib/rubygems/defaults.rb
index 60cfb24a57..106a9ea82b 100644
--- a/lib/rubygems/defaults.rb
+++ b/lib/rubygems/defaults.rb
@@ -42,7 +42,9 @@ module Gem
@default_dir ||= File.join(*path)
rescue
+ p RbConfig::CONFIG
p ConfigMap
+ p ConfigMap.default_proc
raise
end