Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🥅 Workaround https://bugs.ruby-lang.org/issues/20956
This looks like a bug in prism: ``` $ rbenv shell 3.4.0-rc1 $ ruby -e 'pp ([["foo"]] in [/\Afoo\b/i | [/\Afoo\z/i, *]])' false $ ruby --parser=parse.y -e 'pp ([["foo"]] in [/\Afoo\b/i | [/\Afoo\z/i, *]])' true ```
- Loading branch information