# File lib/brakeman/checks/check_cross_site_scripting.rb, line 336
  def html_safe_call? exp
    call? exp.value and exp.value.method == :html_safe
  end