# File lib/drb/acl.rb, line 68
    def match(addr)
      @list.each do |e|
        return true if e.match(addr)
      end
      false
    end