Actions
Feature #16605
closedSupport argument delegation (...) with blocks/define_method
Feature #16605:
Support argument delegation (...) with blocks/define_method
Status:
Rejected
Assignee:
-
Target version:
-
Description
(I couldn't find anything on this in the bug tracker or other official sources, hope it's not a duplicate since it's kind of tricky to search for it.)
The following doesn't work on Ruby 2.7:
define_method(:delegate) do |...| # <-- syntax error
target(...)
end
Are there any plans to support argument delegation in block arguments?
Actions