chrisroos (Chris Roos)
- Login: chrisroos
- Registered on: 10/24/2016
- Last sign in: 10/24/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
10/24/2016
-
05:24 PM Ruby Bug #12832: Calling Object#method hangs for private method defined on module then made public once it's been used to extend class
- I'm not sure whether this is useful information but calling `#instance_method` on `Bar`'s metaclass also causes Ruby to hang. Using James's most recent code snippet, the following code seems to cause the same problem as `Bar.method(:foo)...