class Dry::Logic::RuleCompiler

def visit_each(node)

def visit_each(node)
  Operations::Each.new(visit(node))
end