mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
6 lines
198 B
Markdown
6 lines
198 B
Markdown
## 0.5.3
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Ruby 3.1: one-line pattern matches are now supported. The AST nodes are named `TestPattern` (`expr in pattern`) and `MatchPattern` (`expr => pattern`).
|