Actions
Feature #18831
openBlock argument to `yield`
Feature #18831:
Block argument to `yield`
Status:
Open
Assignee:
-
Target version:
-
Description
Block argument to yield is a syntax error.
This is because there was previously no way to receive a given block in the yielded block.
However do |&block| has been introduced since 1.8.7.
Why is it prohibited still now?
Actions