Skip to content

Commit e56630a

Browse files
committed
Ruby: add missing qldoc
1 parent e1dfed0 commit e56630a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ruby/ql/lib/codeql/ruby/typetracking/TypeTrackerSpecific.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ class TypeTrackingNode = DataFlowPublic::LocalSourceNode;
1717

1818
class TypeTrackerContent = DataFlowPublic::ContentSet;
1919

20+
/**
21+
* An optional content set, that is, a `ContentSet` or the special "no content set" value.
22+
*/
2023
class OptionalTypeTrackerContent extends DataFlowPrivate::TOptionalContentSet {
2124
/** Gets a textual representation of this content set. */
2225
string toString() {

0 commit comments

Comments
 (0)