mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* mkconfig.rb: alias RbConfig for Config.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
80914afa47
commit
c24a0d897e
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Feb 20 17:37:26 2006 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* mkconfig.rb: alias RbConfig for Config.
|
||||
|
||||
Mon Feb 20 12:27:53 2006 Kent Sibilev <ksruby@gmail.com>
|
||||
|
||||
* lib/rational.rb (Integer::gcd): small typo fix.
|
||||
|
|
|
@ -136,6 +136,7 @@ print <<EOS
|
|||
Config::expand(val)
|
||||
end
|
||||
end
|
||||
RbConfig = Config # compatibility for ruby-1.9
|
||||
CROSS_COMPILING = nil unless defined? CROSS_COMPILING
|
||||
EOS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue