dmytrostrukov (Dmytro Strukov)
- Login: dmytrostrukov
- Registered on: 10/25/2024
- Last sign in: 10/25/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/25/2024
-
11:48 AM Ruby Feature #20815 (Closed): Fetch for nested hash
- I propose adding a `fetch_nested` method to Ruby’s Hash class, allowing developers to fetch values deeply nested within a hash, with an error raised if any key in the provided path is missing. The method would be similar to dig, but with...