diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-30 16:34:01 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-30 16:34:01 +0000 |
commit | d7a61d928d3844abc03764f2c48425eb109ecd41 (patch) | |
tree | 2743a45814ed318f42133f37462453d6444157a8 /lib | |
parent | 4653ee670f3d47b49c407116187dfd0dba775c1c (diff) | |
download | ruby-d7a61d928d3844abc03764f2c48425eb109ecd41.tar.gz ruby-d7a61d928d3844abc03764f2c48425eb109ecd41.tar.xz ruby-d7a61d928d3844abc03764f2c48425eb109ecd41.zip |
* 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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rubygems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |