prune builtin

will need much less, many more things can be expressed in soml
This commit is contained in:
Torsten Ruger
2015-10-23 15:13:05 +03:00
parent 147a77f4e4
commit 6754518daf
6 changed files with 4 additions and 83 deletions

View File

@ -19,8 +19,7 @@ class TestSpace < MiniTest::Test
end
def test_integer
int = Parfait::Space.object_space.get_class_by_name :Integer
assert_equal 3, int.method_names.get_length
assert int.get_instance_method( :plus )
assert_equal 2, int.method_names.get_length
end
def test_classes_class