Chiether (Norikaz Ishii)
- Login: Chiether
- Email: chiether+ruby@gmail.com
- Registered on: 03/21/2012
- Last sign in: 09/09/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/06/2014
-
07:06 PM Ruby Bug #9603: unusual reference class-variable with cloned class.
- maybe...
<del>
first cloned-class write to original-class's class-variable; but new instance reference cloned-class's class-variable.
second cloned-class reference original-class that class-variable updated by first cloned-class.
</d... -
06:42 PM Ruby Bug #9603 (Rejected): unusual reference class-variable with cloned class.
- description
-----------
Maybe panic reference to class-variable in cloned class. Not really sure about bug. But hang over my head.
I think minor irritant it which whether problem or not. because impractical code.
sample code
-----...