ruby-changes:8670
From: yugui <ko1@a...>
Date: Tue, 11 Nov 2008 20:02:49 +0900 (JST)
Subject: [ruby-changes:8670] Ruby:r20206 (ruby_1_9_1): merges r20177 from trunk into ruby_1_9_1.
yugui 2008-11-11 20:02:32 +0900 (Tue, 11 Nov 2008) New Revision: 20206 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=20206 Log: merges r20177 from trunk into ruby_1_9_1. trivial changes. Modified files: branches/ruby_1_9_1/test/ruby/test_complex.rb branches/ruby_1_9_1/test/ruby/test_rational.rb Index: ruby_1_9_1/test/ruby/test_complex.rb =================================================================== --- ruby_1_9_1/test/ruby/test_complex.rb (revision 20205) +++ ruby_1_9_1/test/ruby/test_complex.rb (revision 20206) @@ -9,7 +9,7 @@ if @rational @keiju = Rational.instance_variable_get('@RCS_ID') end - @unify = defined?(Complex::Unify) + @unify = $".grep(/mathn/).size != 0 end def test_compsub Index: ruby_1_9_1/test/ruby/test_rational.rb =================================================================== --- ruby_1_9_1/test/ruby/test_rational.rb (revision 20205) +++ ruby_1_9_1/test/ruby/test_rational.rb (revision 20206) @@ -9,7 +9,7 @@ if @complex @keiju = Complex.instance_variable_get('@RCS_ID') end - @unify = defined?(Rational::Unify) + @unify = $".grep(/mathn/).size != 0 end def test_ratsub -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/