# File lib/jmespath/nodes/comparator.rb, line 30
      def optimize
        self.class.new(@left.optimize, @right.optimize)
      end