# File lib/brakeman/processors/template_processor.rb, line 79
  def add_output output, type = :output
    s = Sexp.new(type, output)
    s.line(output.line)
    @current_template.add_output s
    s
  end