method

make_config

v1_8_6_287 - Show latest stable - Class: DRb::DRbServer
make_config(hash={})
public

No documentation available.

# File lib/drb/drb.rb, line 1272
    def self.make_config(hash={})  # :nodoc:
      default_config = { 
        :idconv => @@idconv,
        :verbose => @@verbose,
        :tcp_acl => @@acl,
        :load_limit => @@load_limit,
        :argc_limit => @@argc_limit,
        :safe_level => @@safe_level
      }
      default_config.update(hash)
    end