fix interpreter to output symbols

which amazingly lets us get at classnames etc
This commit is contained in:
2019-09-08 15:31:03 +03:00
parent a99abd7ad0
commit 6811fc4174
4 changed files with 39 additions and 18 deletions

View File

@ -17,7 +17,7 @@ module Parfait
end
def test_type
assert_equal "Parfait::Type" , @object.get_internal_word( 0 ).class.name
assert_equal ::Parfait::Type , @object.get_internal_word( 0 ).class
end
end
end