mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Ruby: Improve QL doc for Module::getASubClass
This commit is contained in:
@@ -14,7 +14,7 @@ class Module extends TModule {
|
||||
/** Gets the super class of this module, if any. */
|
||||
Module getSuperClass() { result = getSuperClass(this) }
|
||||
|
||||
/** Gets a sub class of this module, if any. */
|
||||
/** Gets an immediate sub class of this module, if any. */
|
||||
Module getASubClass() { this = getSuperClass(result) }
|
||||
|
||||
/** Gets a `prepend`ed module. */
|
||||
|
||||
Reference in New Issue
Block a user