Actions
Feature #13314
opendig=
Feature #13314:
dig=
Status:
Open
Assignee:
-
Target version:
-
Description
We have Hash#dig, and when we want to assign a key-value at a deep level, it is tempting to do:
when we actually needed to do:
I propose a method Hash#dig=, which should be equivalent to the following:
Actions