diff options
-rw-r--r-- | test/ruby/test_rational.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ class Rational_Test < Test::Unit::TestCase end def test_hash - assert_instance_of(Fixnum, Rational(1,2).hash) h = {} h[Rational(0)] = 0 |
![]() | index : ruby.git | |
The Ruby Programming Language |
summaryrefslogtreecommitdiff |
-rw-r--r-- | test/ruby/test_rational.rb | 2 |
@@ -42,7 +42,7 @@ class Rational_Test < Test::Unit::TestCase end def test_hash - assert_instance_of(Fixnum, Rational(1,2).hash) h = {} h[Rational(0)] = 0 |