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

@@ -11,7 +11,7 @@
* statement
*/
import ruby
import codeql.ruby.AST
from IfExpr i
where not exists(i.getThen().getAChild())