jcostantino (John Costantino)
- Login: jcostantino
- Email: john.costantino@dowjones.com
- Registered on: 04/24/2015
- Last sign in: 04/24/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/24/2015
-
02:31 PM Ruby Bug #11097 (Closed): File names with wildcards do not expand if a path is used
- File name expansion using wildcards does not work when a path is included. This fails in 2.2.2, but works in 2.1.6.
This example has no path and it works:
```
C:\Test>C:\Ruby22-x64\bin\ruby -e "puts ARGV.join(' -- ')" A*.txt
A1....