# File lib/brakeman/checks/check_content_tag.rb, line 191
  def raw? exp
    call? exp and exp.method == :raw
  end