ddfznt (Ederson Fuzinato)
- Login: ddfznt
- Registered on: 03/08/2022
- Last sign in: 07/20/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
03/08/2022
-
09:52 PM Ruby Feature #18617 (Open): Allow multiples keys in Hash#[] acting like Hash#dig
- # Abstract
Since is very common the hash nested hashes, expecialy in the API world, I whold love to use Hash#[] syntax as alias for Hash#dig.
# Background
Since a start to learn ruby, Hashes are the most powerful structure I can...