therevmj (Michael Johnson)
- Login: therevmj
- Email: mj@revmj.com
- Registered on: 10/26/2012
- Last sign in: 10/26/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/26/2012
-
09:19 AM Ruby Bug #7216 (Closed): object.c defines clone method for objects that cannot be cloned.
- As the subject says, in object.c, the clone method is defined and then special cased for certain object types. The end result is that all respond_to?(:clone) returns true for all objects, but then thows an fatal error in some cases. He...