# File lib/puppet/network/authstore.rb, line 152 152: def match?(name, ip) 153: ip? ? pattern.include?(IPAddr.new(ip)) : matchname?(name) 154: end