= private = protected
default_acl(acl)
Set the default access control list to acl. The default ACL is nil.
See also DRb::ACL and #new()
# File lib/drb/drb.rb, line 1305 def self.default_acl(acl) @@acl = acl end