We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3786fbf commit e975f92Copy full SHA for e975f92
1 file changed
ruby/ql/lib/codeql/ruby/frameworks/ActionDispatch.qll
@@ -845,14 +845,6 @@ module ActionDispatch {
845
)
846
}
847
848
- /**
849
- * Convert the first character of the string to lowercase.
850
- */
851
- bindingset[input]
852
- private string decapitalize(string input) {
853
- result = input.charAt(0).toLowerCase() + input.suffix(1)
854
- }
855
-
856
/**
857
* Strip leading and trailing forward slashes from the string.
858
*/
0 commit comments