69918c8e88
those fields are already present in the classes (in the future they should be defined in some and integrated to ruby, but that would mean parsing to boot and parsing doesn’t yet work on opal)
13 lines
152 B
Plaintext
13 lines
152 B
Plaintext
class Object
|
|
|
|
Layout get_layout()
|
|
return self.layout
|
|
end
|
|
|
|
Class get_class()
|
|
Layout l = self.layout
|
|
return l.object_class()
|
|
end
|
|
|
|
end
|