# File lib/jmespath/nodes/projection.rb, line 39 def visit(value) if (targets = extract_targets(@target.visit(value))) targets.compact end end