Ruby: Do not expose AST layer through ruby.qll

This commit is contained in:
Tom Hvitved
2022-09-12 11:16:39 +02:00
parent 2739b9cfd8
commit 007ab2b7ce
174 changed files with 174 additions and 174 deletions

View File

@@ -1,4 +1,4 @@
import ruby
import codeql.ruby.AST
private string getValueText(MethodName m) {
result = m.getConstantValue().getStringlikeValue()