Method: DRb.config

Defined in:
lib/drb/drb.rb

.configObject

Get the configuration of the current server.

If there is no current server, this returns the default configuration. See #current_server and DRbServer::make_config.



1882
1883
1884
1885
1886
# File 'lib/drb/drb.rb', line 1882

def config
  current_server.config
rescue
  DRbServer.make_config
end