diff --git a/ql/src/codeql_ruby/printAst.qll b/ql/src/codeql_ruby/printAst.qll index 68049d28ad2..287e8d90637 100644 --- a/ql/src/codeql_ruby/printAst.qll +++ b/ql/src/codeql_ruby/printAst.qll @@ -6,7 +6,7 @@ * to hold for only the AST nodes you wish to view. */ -private import codeql_ruby.ast +import codeql_ruby.ast /** * The query can extend this class to control which nodes are printed.