fix dynamic resolve
patch more like, real resolve method will have to be written and put in there
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user