Skip to content

Commit 13aad99

Browse files
committed
Ruby: AST ref docs - add Calls section intro
1 parent a77fc96 commit 13aad99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ This table lists subclasses of Stmt_ that represent Ruby statements.
4949
Calls
5050
~~~~~
5151

52+
This table lists subclasses of Call_ as well as some expressions that appear as call arguments.
53+
5254
+----------------------------+---------------------+----------------+-------------------------------+
5355
| Expression syntax | CodeQL class | Superclasses | Remarks |
5456
+============================+=====================+================+===============================+

0 commit comments

Comments
 (0)