Ruby: remove unused predicate

This commit is contained in:
Harry Maclean
2021-12-22 08:13:55 +13:00
parent 3786fbfc7d
commit e975f92091

View File

@@ -845,14 +845,6 @@ module ActionDispatch {
)
}
/**
* Convert the first character of the string to lowercase.
*/
bindingset[input]
private string decapitalize(string input) {
result = input.charAt(0).toLowerCase() + input.suffix(1)
}
/**
* Strip leading and trailing forward slashes from the string.
*/