Ruby: AST ref docs - add futher reading section

This commit is contained in:
Alex Ford
2022-11-04 16:00:22 +00:00
parent 13aad99194
commit 53e83ff048

View File

@@ -438,6 +438,11 @@ Note that both the original AssignExpr_ and the desugared SetterMethodCall_ vers
Other synthesized AstNode_ instances exist, see the isSynthesized_ and getDesugared_ predicates for details.
Further reading
---------------
.. include:: ../reusables/ruby-further-reading.rst
.. include:: ../reusables/codeql-ref-tools-further-reading.rst
.. _BlockArgument: https://codeql.github.com/codeql-standard-libraries/ruby/codeql/ruby/ast/Call.qll/type.Call$BlockArgument.html
.. _Call: https://codeql.github.com/codeql-standard-libraries/ruby/codeql/ruby/ast/Call.qll/type.Call$Call.html