Agis (Agis Anastasopoulos)
- Login: Agis
- Email: corestudiosinc@gmail.com
- Registered on: 01/29/2014
- Last sign in: 05/19/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/29/2014
-
01:15 PM Ruby Bug #9461: Segfault
- As I found out this is already reported (https://gist.github.com/tmm1/8393897#file-gistfile1-txt-L29-L32), so feel free to delete this.
-
12:45 PM Ruby Bug #9461 (Closed): Segfault
- The following causes a segfault in 2.1.0, but works fine in 2.0 and 1.9:
module A
def require(_)
super
end
end
class Object
include A
end
['foo'].map(&method(:require))
Stac...