diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-12-10 16:57:23 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-12-10 16:57:23 +0000 |
commit | 4eb272e83c3872504bce29daa967778e1e4a8419 (patch) | |
tree | 626af6b90777b853d36b16cccd449e4b6d5510ab | |
parent | 8aac5f48fc96c4aa76d4758d8c873f3e2cb6de90 (diff) |
More debug print for r38296
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/rubygems/defaults.rb | 2 |
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 |