module DRb
def config
If there is no current server, this returns the default configuration.
Get the configuration of the current server.
def config current_server.config rescue DRbServer.make_config end
def config current_server.config rescue DRbServer.make_config end