= private = protected
add(str)
Adds str as an ACLEntry in this list
# File lib/drb/acl.rb, line 143 def add(str) @list.push(ACLEntry.new(str)) end