BrandonMathis (Brandon Mathis)
- Login: BrandonMathis
- Email: BeMathis@gmail.com
- Registered on: 08/10/2012
- Last sign in: 08/10/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/10/2012
-
03:54 AM Ruby Bug #6849 (Closed): Psych.load_file throws TypeError for empty file
- When parsing an empty file via Psych.load_file:
TypeError: no implicit conversion from nil to integer
I would expect that an empty hash or array would be returned.
This, more directly, relates to parsing YAML documents using YAML.lo...