Ruby: replace use of deprecated getStringOrSymbol()

This commit is contained in:
Alex Ford
2022-03-31 17:21:17 +01:00
parent 882f78c6f9
commit 8b0ebbfecc

View File

@@ -364,7 +364,7 @@ private class CipherMode extends TCipherMode {
}
private string getStringArgument(DataFlow::CallNode call, int i) {
result = call.getArgument(i).asExpr().getConstantValue().getStringOrSymbol()
result = call.getArgument(i).asExpr().getConstantValue().getStringlikeValue()
}
private int getIntArgument(DataFlow::CallNode call, int i) {