rename object_type to instance_type

for better distinction that it is not every object
but only instances of the class
This commit is contained in:
Torsten Ruger
2016-02-25 12:16:13 -08:00
parent 278d71b56c
commit a8b815117f
11 changed files with 19 additions and 19 deletions

View File

@ -7,7 +7,7 @@ class Symbol
true
end
def get_type
l = Register.machine.space.classes[:Word].object_type
l = Register.machine.space.classes[:Word].instance_type
#puts "LL #{l.class}"
l
end