mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Ruby: Small fix
This commit is contained in:
@@ -256,7 +256,7 @@ module Filters {
|
||||
|
||||
predicate isPrepended() { call.getMethodName().regexpMatch("^prepend.+$") }
|
||||
|
||||
MethodCallCfgNode getCall() { result = call }
|
||||
FilterCall getCall() { result = call }
|
||||
|
||||
FilterKind getKind() { result = kind }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user