Actions
Feature #19898
openSpecial syntax for instance variable assignment
Feature #19898:
Special syntax for instance variable assignment
Status:
Open
Assignee:
-
Target version:
-
Description
Since keyword arg assignment is already DRY with omitting of argument of the same name, what about DRYing out an instance var assignment? Something like this, with "@" for example, since it's already used to assign instance vars / memoize
Updated by nobu (Nobuyoshi Nakada) almost 3 years ago
- Is duplicate of Feature #5825: Sweet instance var assignment in the object initializer added
Actions