tommorris (Tom Morris)
- Login: tommorris
- Email: tom@tommorris.org
- Registered on: 07/31/2013
- Last sign in: 02/01/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/31/2013
-
01:24 AM Ruby Feature #8709 (Closed): Dir.glob should return sorted file list
- On OS X, Dir.glob and Dir[] return an ordered list of files.
On Ubuntu Linux, they do not and one must manually sort them.
Returning a list of files that isn't in order fails the Principle of Least Astonishment.
I attach a unit ...