We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad71fdb commit 9c67869Copy full SHA for 9c67869
1 file changed
ruby/ql/lib/codeql/ruby/frameworks/ActionDispatch.qll
@@ -886,13 +886,6 @@ module ActionDispatch {
886
.regexpReplaceAll("::Z", "/z"))
887
}
888
889
- /**
890
- * Convert the first character of the string to uppercase.
891
- * TODO: remove?
892
- */
893
- bindingset[input]
894
- string capitalize(string input) { result = input.charAt(0).toUpperCase() + input.suffix(1) }
895
-
896
/**
897
* Convert the first character of the string to lowercase.
898
*/
0 commit comments