Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5199829 commit 0805daaCopy full SHA for 0805daa
1 file changed
ruby/ql/lib/codeql/ruby/ast/Pattern.qll
@@ -394,6 +394,7 @@ class AsPattern extends CasePattern, TAsPattern {
394
* ```rb
395
* in (1 ..)
396
* in (0 | "" | [] | {})
397
+ * ```
398
*/
399
class ParenthesizedPattern extends CasePattern, TParenthesizedPattern {
400
private Ruby::ParenthesizedPattern g;
0 commit comments