Make Cached module private

This commit is contained in:
Arthur Baars
2021-04-09 16:47:02 +02:00
parent a247544fc5
commit cdfabbc95d

View File

@@ -10,7 +10,7 @@ private import codeql_ruby.ast.Scope
private string builtin() { result = ["Object", "Kernel", "BasicObject", "Class", "Module"] }
cached
module Cached {
private module Cached {
cached
newtype TModule =
TResolved(string qName) {