Creates a DRb::DRbObject given the
reference information to the remote host uri and object
ref.
# File lib/drb/drb.rb, line 1069
def self.new_with(uri, ref)
it = self.allocate
it.instance_variable_set(:@uri, uri)
it.instance_variable_set(:@ref, ref)
it
end