_id2ref(id) -> object
オブジェクト ID(BasicObject#__id__)からオブジェクトを得ます。
a = "hoge" p ObjectSpace._id2ref(a.__id__) #=> "hoge"