From e56630a485d4b2a4bd2dd2ff252ed02c62d7ea30 Mon Sep 17 00:00:00 2001 From: Asger F Date: Mon, 26 Sep 2022 14:32:05 +0200 Subject: [PATCH] Ruby: add missing qldoc --- ruby/ql/lib/codeql/ruby/typetracking/TypeTrackerSpecific.qll | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruby/ql/lib/codeql/ruby/typetracking/TypeTrackerSpecific.qll b/ruby/ql/lib/codeql/ruby/typetracking/TypeTrackerSpecific.qll index 0af5d23f111..ce8a48fcba5 100644 --- a/ruby/ql/lib/codeql/ruby/typetracking/TypeTrackerSpecific.qll +++ b/ruby/ql/lib/codeql/ruby/typetracking/TypeTrackerSpecific.qll @@ -17,6 +17,9 @@ class TypeTrackingNode = DataFlowPublic::LocalSourceNode; class TypeTrackerContent = DataFlowPublic::ContentSet; +/** + * An optional content set, that is, a `ContentSet` or the special "no content set" value. + */ class OptionalTypeTrackerContent extends DataFlowPrivate::TOptionalContentSet { /** Gets a textual representation of this content set. */ string toString() {