# File lib/brakeman/checks/check_cross_site_scripting.rb, line 374
  def form_builder_method? target, method
    target == FORM_BUILDER and @ignore_methods.include? method
  end