method

match

v1_8_7_330 - Show latest stable - Class: ACL::ACLList
match(addr)
public

No documentation available.

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