From c42a5df5c15514f3bdd385fcc4209afede940686 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@23313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- instruby.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'instruby.rb') diff --git a/instruby.rb b/instruby.rb index 4cb27848d1..20ce449214 100755 --- a/instruby.rb +++ b/instruby.rb @@ -101,13 +101,13 @@ def parse_args(argv = ARGV) $destdir ||= $mflags.defined?("DESTDIR") if $extout ||= $mflags.defined?("EXTOUT") - Config.expand($extout) + RbConfig.expand($extout) end $continue = $mflags.set?(?k) if $installed_list ||= $mflags.defined?('INSTALLED_LIST') - Config.expand($installed_list, RbConfig::CONFIG) + RbConfig.expand($installed_list, RbConfig::CONFIG) $installed_list = open($installed_list, "ab") $installed_list.sync = true end -- cgit v1.2.3