class Object
    def object_id
        ObjectSpace.ref2id(self,super)
    end
end
