class Object Layout get_layout() return get_internal(0) end Class get_class() Layout l = get_layout() return l.object_class() end end