dkinzer (David Kinzer)
- Login: dkinzer
- Registered on: 12/15/2022
- Last sign in: 12/15/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/15/2022
-
06:15 PM Ruby Bug #19238 (Closed): URI.open fails for file path when second argument is a hash
I upgraded one of my projects to ruby 3.1.3 and I found that `URI.open` now throws an error when passed a second argument when the first argument is a file path.
When the first argument is a URL, then URI.open will work as expected....