# File bin/el4r-instance, line 241 def obj2id(obj) garbage_collect_if_required oid = obj.__id__ @oid_to_obj_hash[oid] ||= obj oid end