trobinson (Trevor Robinson)
- Login: trobinson
- Registered on: 07/10/2018
- Last sign in: 07/10/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/12/2018
-
12:06 AM Ruby Misc #14905: Strange behavior in Dir.glob using ** operator
- Oops, sorry about that! In my efforts to anonymize the example, I broke it.
It's actually more like this:
~~~ text
human_records
├ project1 ─ records.yml
└ common ┬ records_one.yml
└ records_two.yml
cloud_records...
07/10/2018
-
11:12 PM Ruby Misc #14905 (Rejected): Strange behavior in Dir.glob using ** operator
- Hello,
I didn't want to report this as a bug because I'm not sure if it's intentional or not. The documentation didn't say either way. The `**` operator appears to work somewhat strangely when used in certain contexts.
An example s...