Actions
Feature #12686
closedAllowing a postposed rescue in a method argument
Feature #12686:
Allowing a postposed rescue in a method argument
Status:
Closed
Assignee:
-
Target version:
-
Description
On defining my own DSL, I wanted to write a code like:
where foo is a method which receives one argument , but I got following error
In contrast, following codes were valid:
or
This is a feature request to allow such a syntax, a postposed rescue in a method argument.
Actions