jimcavoli (Jim Cavoli)
- Login: jimcavoli
- Registered on: 02/21/2022
- Last sign in: 02/12/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
03/31/2022
-
01:18 PM Ruby Feature #18594: Add a #to_h method on URI::Generic
- The use case I had that brought this up was actually around generating complex configuration files for another product from a simplified YAML config file, which involved extracting selected URI components to create a tokenized version fo...
02/21/2022
-
07:30 AM Ruby Feature #18594 (Open): Add a #to_h method on URI::Generic
- It's just surprisingly challenging to get a hash representation of a parsed URI where the keys are the component names and the values are the component values.
The shortest form I could come up with using only public methods on `URI::...