Skip to content

Fix error message for block/lambda with ... argument#3947

Merged
kddnewton merged 1 commit intoruby:mainfrom
Earlopain:dotdotdot-in-block-lambda
Feb 27, 2026
Merged

Fix error message for block/lambda with ... argument#3947
kddnewton merged 1 commit intoruby:mainfrom
Earlopain:dotdotdot-in-block-lambda

Conversation

@Earlopain
Copy link
Collaborator

They currently complain that the parent method is not forwarding. But the actual problem is that these types of arguments simply don't accept ...

Fixes [Bug #21927]

They currently complain that the parent method is not forwarding.
But the actual problem is that these types of arguments simply don't
accept `...`

Fixes [Bug #21927]
@kddnewton kddnewton merged commit 0aa2363 into ruby:main Feb 27, 2026
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants