Ruby: Small fix

This commit is contained in:
Harry Maclean
2023-01-30 21:55:19 +13:00
parent 7778524e08
commit f7cdd430a2

View File

@@ -256,7 +256,7 @@ module Filters {
predicate isPrepended() { call.getMethodName().regexpMatch("^prepend.+$") }
MethodCallCfgNode getCall() { result = call }
FilterCall getCall() { result = call }
FilterKind getKind() { result = kind }