mirror of
https://github.com/github/codeql.git
synced 2026-02-20 08:53:49 +01:00
Make Cached module private
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user