module DRb

def config

See #current_server and DRbServer::make_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