Update docs/codeql/codeql-language-guides/codeql-library-for-ruby.rst

Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
Calum Grant
2021-10-15 18:02:32 +01:00
committed by GitHub
parent 86c5b5d944
commit 48077a5757

View File

@@ -74,7 +74,7 @@ Abstract syntax
---------------
The abstract syntax tree (AST) represents the elements of the source code organised into a tree. The AST viewer
feature of Visual Studio Code shows the AST nodes, including the relevant CodeQL classes and predicates.
in Visual Studio Code shows the AST nodes, including the relevant CodeQL classes and predicates.
All CodeQL AST classes inherit from the `AstNode` class, which provides the following member predicates
to all AST classes: