# File lib/brakeman/processors/lib/render_path.rb, line 32 def last_template= template if @path.last @path.last[:rendered] = { name: template.name, file: template.file, } else Brakeman.debug "[Notice] No render path to add template information" end end