# File lib/brakeman/parsers/rails3_erubis.rb, line 63
  def add_postamble(src)
    flush_newline_if_pending(src)
    src << '@output_buffer.to_s'
  end