fix dynamic resolve

patch more like, real resolve method will have to be written
and put in there
This commit is contained in:
Torsten Ruger
2018-03-10 19:01:38 +05:30
parent 3a365c779a
commit d6a2ea4cfc
6 changed files with 37 additions and 27 deletions

View File

@ -17,7 +17,7 @@ class TestSpace < MiniTest::Test
def test_methods_booted
word = @space.get_class_by_name(:Word).instance_type
assert_equal 3 , word.method_names.get_length
assert_equal 4 , word.method_names.get_length
assert word.get_method(:putstring) , "no putstring"
end