# File lib/brakeman/processors/lib/render_path.rb, line 22
    def add_template_render template_name, line, file
      @path << { :type => :template,
                 :name => template_name.to_sym,
                 :line => line,
                 :file => file
               }

      self
    end