Skip to content

Commit 944fbeb

Browse files
committed
Ruby: Update comment
We don't actually generate type models for `extend` relationships yet, because they are more complex than `include`.
1 parent ece196c commit 944fbeb

File tree

1 file changed

+0
-1
lines changed
  • ruby/ql/src/queries/modeling/internal

1 file changed

+0
-1
lines changed

ruby/ql/src/queries/modeling/internal/Types.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ module Types {
4747
or
4848
// class Type2 < Type1
4949
// class Type2; include Type1
50-
// class Type2; extend Type1
5150
exists(Module m1, Module m2 |
5251
m2.getAnImmediateAncestor() = m1 and not m2.isBuiltin() and not m1.isBuiltin()
5352
|

0 commit comments

Comments
 (0)