| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-12 | [ruby/prism] Same numbered param cannot be used in child blocks | Aaron Patterson | |
| Raise an exception when the same numbered param is used inside a child block. For example, the following code should be a syntax error: ```ruby -> { _1 + -> { _1 } } ``` Fixes https://github.com/ruby/prism/pull/3291 https://github.com/ruby/prism/commit/d4fc441838 | |||
