def detect_ar(index, src, strip)
      return unless @ar.negative? && index > @tc
      keywords = %w[ar: actualresult: ar= [ar] actualresult]
      @ar = index if keywords.any? { |k| strip.start_with? k }
      @ar = index if keywords.any? { |k| src.include? k }