Ruby DRb::DRbObject Functions

EditRocket provides the following information on DRb::DRbObject functions in the Ruby source code builder.

eql?(other) - "Alias for #=="

hash() -

method_missing(msg_id, *a, &b) - Routes method calls to the referenced object.

new(obj, uri=nil) - Create a new remote object stub.

new_with(uri, ref) -

new_with_uri(uri) - Create a new DRbObject from a URI alone.

prepare_backtrace(uri, result) -

respond_to?(msg_id, priv=false) -

with_friend(uri) -