rubyx/lib/soml/parfait/object.soml

8 lines
74 B
Plaintext
Raw Normal View History

class Object
Layout get_layout()
return get_internal(1)
end
end