# File lib/brakeman/checks/check_cross_site_scripting.rb, line 366
  def haml_escaped? target, method
    method == :html_escape and target == HAML_HELPERS
  end