jduck (Joshua J. Drake)
- Login: jduck
- Registered on: 11/12/2010
- Last sign in: 11/01/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/01/2011
-
04:20 AM Ruby Bug #5530 (Closed): SEEK_SET malfunctions when used with 'append' File.open mode
- The following code demonstrates the issue. As documented, IO#seek says "SEEK_SET" will move to a position relative to the start of the file. Using 'ab', it doesn't actually seek where it should. It's possible the documentation is just wr...