fimmtiu (Dennis Taylor)
- Login: fimmtiu
- Registered on: 05/06/2016
- Last sign in: 10/28/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/06/2016
-
06:33 PM Ruby Bug #12355 (Closed): [PATCH] exec, system, and spawn fail when Array#to_hash is defined and their first argument is an Array
- When any gem which adds a to_hash method to Array is loaded (extlib, dropbox, others), Kernel.exec, Kernel.system, and Kernel.spawn will fail when you specify the program name with an array. Behold:
~~~
irb(main):001:0> ex = "/usr/lo...