class ACL::ACLList

def add(str)

def add(str)
  @list.push(ACLEntry.new(str))
end