# File lib/brakeman/checks/check_cross_site_scripting.rb, line 357 def ignored_method? target, method @ignore_methods.include? method or method.to_s =~ IGNORE_LIKE end