here?

here?(uri) Instance Public methods Is uri the URI for this server?

check_insecure_method

check_insecure_method(obj, msg_id) Instance Public methods Check that a method is callable via dRuby. obj is the object we want to invoke the method on. msg_id is the method name, as a Symbol. If the method is an insecure method (see insecure_method?) a SecurityError is thrown. If the method is private or undefined, a NameError is thrown.

alive?

alive?() Instance Public methods Is this server alive?

verbose=

verbose=(on) Class Public methods Set the default value of the :verbose option. See new(). The initial default value is false.

verbose

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

new

new(uri=nil, front=nil, config_or_acl=nil) Class Public methods Create a new DRbServer instance. uri is the URI to bind to. This is normally of the form 'druby://<hostname>:<port>' where <hostname> is a hostname of the local machine. If nil, then the system's default hostname will be bound to, on a port selected by the system; these value can be retrieved from the uri attribute. 'druby:' specifies the default dRuby transport protocol: another protocol, such as

default_safe_level

default_safe_level(level) Class Public methods Set the default safe level to level. The default safe level is 0 See new for more information.

default_load_limit

default_load_limit(sz) Class Public methods Set the default value for the :load_limit option. See new(). The initial default value is 25 MB.

default_id_conv

default_id_conv(idconv) Class Public methods Set the default value for the :id_conv option. See new(). The initial default value is a DRbIdConv instance.

default_argc_limit

default_argc_limit(argc) Class Public methods Set the default value for the :argc_limit option. See new(). The initial default value is 256.