- Inheritance
- < Object
Documentation?
Methods
Class
Visibility | Signature |
---|---|
public | new (uri=nil, ref=nil) |
Instance
Visibility | Signature |
---|---|
public | === (ro) |
Class Method Detail
new(uri=nil, ref=nil)
Creates a new DRbObjectTemplate that will match against uri and ref.
Instance Method Detail
===(ro)
This DRbObjectTemplate matches ro if the remote object‘s drburi and drbref are the same. nil is used as a wildcard.