furunkel (Julian Aron Prenner)
- Login: furunkel
- Registered on: 10/28/2024
- Last sign in: 10/28/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/01/2024
-
06:16 PM Ruby Misc #20781: DevMeeting-2024-11-07
- * [Feature #20818] Allow passing a block to Hash#store to update current value (furunkel)
* currently, to update a value in a hash we have to call `#[]` followed by `#[]=`
* this calls `#hash` twice (on key), and requires two loo...
10/28/2024
-
01:54 PM Ruby Feature #20818 (Feedback): Allow passing a block to Hash#store (to update current value)
- I would like to propose a block form for `Hash#store`. In addition to passing a value, it should also be allowed to pass a block.
If passed a block instead of a value, the block is called with the current value or, if unset, the hash's ...
11/24/2021
-
02:06 PM Ruby Revision 1dcfcb6b (git): Fix typo