txemagon (José M. González)
- Login: txemagon
- Email: txema.gonz@gmail.com
- Registered on: 05/25/2013
- Last sign in: 05/25/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
05/25/2013
-
07:48 PM Ruby Feature #8449 (Assigned): Array#ary_plus always returns an array
- =begin
Even when Array is subclassified, + operator keeps on returning an Array.
Don't know if it is a bug or intentional, but it has surprised me for sure.
I paste some code for demonstrational purposes:
#!/usr/bin/env ...