add integer minus

rework plus to make that easy
This commit is contained in:
Torsten Ruger
2018-04-01 15:26:53 +03:00
parent 972cf47c8b
commit b1376e83bd
5 changed files with 74 additions and 15 deletions

View File

@ -34,7 +34,7 @@ class TestSpace < MiniTest::Test
def test_integer
int = Parfait.object_space.get_class_by_name :Integer
assert_equal 4, int.instance_type.method_names.get_length
assert_equal 5, int.instance_type.method_names.get_length
end
def test_classes_class