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