Object wrapping a reference to a remote drb object.
Method calls on this object are relayed to the remote object that this object is a stub for.
| Public Methods | |
|---|---|
| == | |
| _ |
Get the reference of the object, if local. |
| _ |
Get the URI of the remote object. |
| _ |
|
| _ |
Marshall this object. |
| _ |
Unmarshall a marshalled DRbObject. |
| _ |
|
| eql? | Alias for #== |
| hash | |
| method_ |
Routes method calls to the referenced object. |
| new | Create a new remote object stub. |
| new_ |
|
| new_ |
Create a new DRbObject from a URI alone. |
| prepare_ |
|
| pretty_ |
|
| pretty_ |
|
| respond_ |
|
| with_ |
|
<code/>and<pre/>for code samples.