# File lib/jmespath/nodes/comparator.rb, line 7
      def initialize(left, right)
        @left = left
        @right = right
      end