summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-11 02:32:35 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-11 02:32:35 +0000
commit20d68c92ca089156e7b216ce823b699fce3410ea (patch)
treef99fd12cacf0da4f47c337995cceeb17c0511bc0 /lib
parent4eb272e83c3872504bce29daa967778e1e4a8419 (diff)
Revert r38296 and r38301
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems/defaults.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/rubygems/defaults.rb b/lib/rubygems/defaults.rb
index 106a9ea82b..ea84e5c018 100644
--- a/lib/rubygems/defaults.rb
+++ b/lib/rubygems/defaults.rb
@@ -41,11 +41,6 @@ module Gem
end
@default_dir ||= File.join(*path)
- rescue
- p RbConfig::CONFIG
- p ConfigMap
- p ConfigMap.default_proc
- raise
end
##