# File lib/jmespath/nodes/comparator.rb, line 26 def visit(value) check(@left.visit(value), @right.visit(value)) end