We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab963fe commit 7c577aeCopy full SHA for 7c577ae
docs/codeql/codeql-language-guides/using-api-graphs-in-ruby.rst
@@ -27,7 +27,7 @@ following snippet demonstrates.
27
28
select API::getTopLevelMember("Regexp")
29
30
-This query selects the API graph nodes corresponding to references to the ``Regexp`` class. For nested
+The example above finds references to a top-level class. For nested
31
modules and classes, you can use the ``getMember`` method. For example the following query selects
32
references to the ``Net::HTTP`` class.
33
0 commit comments