method
add
add(str)
public
Hide source
# File lib/drb/acl.rb, line 76 def add(str) @list.push(ACLEntry.new(str)) end