= private = protected
default_acl(acl)
Set the default value for the :acl option.
See #new(). The initial default value is nil.
# File lib/drb/drb.rb, line 1248 def self.default_acl(acl) @@acl = acl end