module DRb

def fetch_server(uri)

See also regist_server and remove_server.

Retrieves the server with the given +uri+.
def fetch_server(uri)
  @server[uri]
end