change boot to new hash syntax

This commit is contained in:
Torsten Ruger
2018-03-25 13:27:15 +03:00
parent de7e02b0b8
commit bc4d4b428a
3 changed files with 29 additions and 28 deletions

View File

@ -47,7 +47,7 @@ module Mom
Parfait.object_space.get_class_by_name(:Word).instance_type
end
end
class SymbolConstant < String
class SymbolConstant < Constant
def ct_type
Parfait.object_space.get_class_by_name(:Word).instance_type
end