class SplitIoClient::EqualToSetMatcher

def match?(args)

def match?(args)
  set = local_set(args[:attributes], @attribute)
  matches = set == @remote_set
  @logger.log_if_debug("[EqualsToSetMatcher] #{set} equals to #{@remote_set} -> #{matches}")
  matches
end