Type:
Class
Constants:
INSECURE_METHOD : [ :__send__ ]

List of insecure methods.

These methods are not callable via dRuby.

Class representing a drb server instance.

A DRbServer must be running in the local process before any incoming dRuby calls can be accepted, or any local objects can be passed as dRuby references to remote processes, even if those local objects are never actually called remotely. You do not need to start a DRbServer in the local process if you are only making outgoing dRuby calls passing marshalled parameters.

Unless multiple servers are being used, the local DRbServer is normally started by calling DRb.start_service.

new

new(uri=nil, front=nil, config_or_acl=nil) Class Public methods Create a new

2015-04-04 04:18:34
default_id_conv

default_id_conv(idconv) Class Public methods

2015-04-04 04:12:44
default_acl

default_acl(acl) Class Public methods

2015-04-04 04:03:58
to_obj

to_obj(ref) Instance Public methods Convert a dRuby reference to the local object

2015-04-04 04:55:09
to_id

to_id(obj) Instance Public methods Convert a local object to a dRuby reference

2015-04-04 04:52:25
verbose

verbose() Class Public methods Get the default value of the :verbose option

2015-04-04 04:22:47