Commit 5d6c1794 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Revert part of #4457

parent 70e754e6
......@@ -23,7 +23,7 @@ end
assert 'Rational' do
r = 5r
assert_equal(r.class, Rational)
assert_equal(Rational, r.class)
assert_equal([5, 1], [r.numerator, r.denominator])
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment