class SplitIoClient::CombiningMatcher
def initialize(logger, combiner = '', matchers = [])
def initialize(logger, combiner = '', matchers = []) super(logger) @combiner = combiner @matchers = matchers end
def initialize(logger, combiner = '', matchers = []) super(logger) @combiner = combiner @matchers = matchers end