# File lib/brakeman/processors/haml_template_processor.rb, line 131 def is_buffer_target? exp exp.node_type == :call and node_type? exp.target, :lvar and exp.target.value == :_hamlout and exp.method == :buffer end