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