calebm (Caleb Meyer)
- Login: calebm
- Registered on: 03/11/2025
- Last sign in: 03/11/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
03/11/2025
-
07:04 PM Ruby Feature #21182 (Open): Add Hash#rename
- Abstract: Implement Hash#rename which takes as arguments a from key and a to key and renames the from key to the new name.
Background: One of the most common data transformations for a hash (in my experience) is renaming a single key....