fix interpreter to output symbols
which amazingly lets us get at classnames etc
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user