= private = protected
install_acl(acl)
Set the default ACL to acl.
See DRb::DRbServer.default_acl.
# File lib/drb/drb.rb, line 1783 def install_acl(acl) DRbServer.default_acl(acl) end