class DRb::DRbServer

def self.default_acl(acl)

See also DRb::ACL and #new()

Set the default access control list to +acl+. The default ACL is +nil+.
def self.default_acl(acl)
  @@acl = acl
end