# File lib/faker/internet.rb, line 142 def reserved_net_checker ->(addr){ (private_nets_regex + reserved_nets_regex).any? { |net| net =~ addr } } end