Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d55cd7

Browse files
authored
Merge pull request #11139 from aibaars/docs-update
Ruby: docs add missing entry
2 parents 16c3da3 + 63dc044 commit 9d55cd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
2121
- :doc:`Analyzing data flow in Ruby <analyzing-data-flow-in-ruby>`: You can use CodeQL to track the flow of data through a Ruby program to places where the data is used.
2222

2323
- :doc:`Using API graphs in Ruby <using-api-graphs-in-ruby>`: API graphs are a uniform interface for referring to functions, classes, and methods defined in external libraries.
24+
25+
- :doc:`Abstract syntax tree classes for working with Ruby programs <abstract-syntax-tree-classes-for-working-with-ruby-programs>`: CodeQL has a large selection of classes for representing the abstract syntax tree of Ruby programs.

0 commit comments

Comments
 (0)