From d7a61d928d3844abc03764f2c48425eb109ecd41 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 30 Apr 2009 16:34:01 +0000 Subject: * ext/extmk.rb: use RbConfig instead of Config. * instruby.rb: ditto. * lib/rubygems.rb: ditto. * test/rubygems/test_config.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 77930016f..3be98d3c5 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -823,7 +823,7 @@ module Gem end -module Config +module RbConfig # :stopdoc: class << self # Return the path to the data directory associated with the named -- cgit