Update ruby/ql/lib/codeql/ruby/ast/Pattern.qll

Add missing backticks
This commit is contained in:
Arthur Baars
2021-12-03 18:44:21 +01:00
committed by GitHub
parent 51998294ad
commit 0805daaa56

View File

@@ -394,6 +394,7 @@ class AsPattern extends CasePattern, TAsPattern {
* ```rb
* in (1 ..)
* in (0 | "" | [] | {})
* ```
*/
class ParenthesizedPattern extends CasePattern, TParenthesizedPattern {
private Ruby::ParenthesizedPattern g;