class SplitIoClient::ContainsAnyMatcher

def match?(args)

def match?(args)
  matches = local_set(args[:attributes], @attribute).intersect? @remote_set
  @logger.log_if_debug("[ContainsAnyMatcher] Remote Set #{@remote_set} contains any \
    #{@attribute} or #{args[:attributes]}-> #{matches}")
  matches
end