class Dry::Logic::RuleCompiler

def visit_set(node)

def visit_set(node)
  Operations::Set.new(*call(node))
end