class SplitIoClient::Engine::Parser::Evaluator

def matcher_instance(type, condition, matcher)

def matcher_instance(type, condition, matcher)
  condition.send(
    "matcher_#{type.downcase}",
    matcher: matcher, segments_repository: @segments_repository
  )
end