davishmcclurg (David Harsha)
- Login: davishmcclurg
- Email: davishmcclurg@gmail.com
- Registered on: 05/03/2023
- Last sign in: 05/15/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
05/03/2023
-
02:17 AM Ruby Feature #19628 (Open): Add ARGF.each_file for iterating file/io objects
- `ARGF` provides helpers for processing file/stdin command line arguments in various ways (bytes, chars, codepoints, etc), but it doesn't currently have a simple way to iterate through the arguments as `File`/`IO` objects. This can be use...