CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Member predicate TestPattern::getPattern

Gets the pattern in this in expression. In the following example, the pattern is Point{ x:, y: }.

foo in Point{ x:, y: }
CasePattern getPattern()