module DRb

def to_obj(ref)

See #current_server.
This raises a DRbServerNotFound error if there is no current server.

Convert a reference into an object using the current server.
def to_obj(ref)
  current_server.to_obj(ref)
end