mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Ruby: Model more ActiveSupport string extensions
This commit is contained in:
@@ -52,9 +52,11 @@ module ActiveSupport {
|
||||
override MethodCall getACall() {
|
||||
result.getMethodName() =
|
||||
[
|
||||
"camelize", "camelcase", "classify", "dasherize", "deconstantize", "demodulize",
|
||||
"foreign_key", "humanize", "indent", "parameterize", "pluralize", "singularize",
|
||||
"squish", "strip_heredoc", "tableize", "titlecase", "titleize", "underscore",
|
||||
"at", "camelize", "camelcase", "classify", "dasherize", "deconstantize", "demodulize",
|
||||
"first", "foreign_key", "from", "html_safe", "humanize", "indent", "indent!",
|
||||
"inquiry", "last", "mb_chars", "parameterize", "pluralize", "remove", "remove!",
|
||||
"singularize", "squish", "squish!", "strip_heredoc", "tableize", "titlecase",
|
||||
"titleize", "to", "truncate", "truncate_bytes", "truncate_words", "underscore",
|
||||
"upcase_first"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user