ruby: move to internal folder

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-06-13 11:37:19 +02:00
parent 203f8226cb
commit b5961c7f6b
3 changed files with 3 additions and 3 deletions

View File

@@ -347,7 +347,7 @@ predicate isNonLocal(SummaryComponent component) {
component = SC::withContent(_)
}
private import SummaryTypeTracker as SummaryTypeTracker
private import internal.SummaryTypeTracker as SummaryTypeTracker
private import codeql.ruby.dataflow.FlowSummary as FlowSummary
private module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {