class DRb::DRbIdConv

def to_obj(ref)

space and returns the object it refers to.
This implementation looks up the reference id in the local object

Convert an object reference id to an object.
def to_obj(ref)
  ObjectSpace._id2ref(ref)
end