Skip to content

Commit 53e83ff

Browse files
committed
Ruby: AST ref docs - add futher reading section
1 parent 13aad99 commit 53e83ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/codeql/codeql-language-guides/abstract-syntax-tree-classes-for-working-with-ruby-programs.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,11 @@ Note that both the original AssignExpr_ and the desugared SetterMethodCall_ vers
438438

439439
Other synthesized AstNode_ instances exist, see the isSynthesized_ and getDesugared_ predicates for details.
440440

441+
Further reading
442+
---------------
443+
444+
.. include:: ../reusables/ruby-further-reading.rst
445+
.. include:: ../reusables/codeql-ref-tools-further-reading.rst
441446

442447
.. _BlockArgument: https://codeql.github.com/codeql-standard-libraries/ruby/codeql/ruby/ast/Call.qll/type.Call$BlockArgument.html
443448
.. _Call: https://codeql.github.com/codeql-standard-libraries/ruby/codeql/ruby/ast/Call.qll/type.Call$Call.html

0 commit comments

Comments
 (0)