mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Update ruby/ql/lib/codeql/ruby/ast/Pattern.qll
Add missing backticks
This commit is contained in:
@@ -394,6 +394,7 @@ class AsPattern extends CasePattern, TAsPattern {
|
||||
* ```rb
|
||||
* in (1 ..)
|
||||
* in (0 | "" | [] | {})
|
||||
* ```
|
||||
*/
|
||||
class ParenthesizedPattern extends CasePattern, TParenthesizedPattern {
|
||||
private Ruby::ParenthesizedPattern g;
|
||||
|
||||
Reference in New Issue
Block a user