method
make_config
v1_9_1_378 -
Show latest stable
- Class:
DRb::DRbServer
make_config(hash={})public
No documentation available.
# File lib/drb/drb.rb, line 1275
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