KL-7 (Kirill Lashuk)
- Login: KL-7
- Registered on: 12/28/2012
- Last sign in: 02/14/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/28/2012
-
05:02 AM Ruby Bug #7627 (Closed): Instance variables of a Struct object are marshaled even when marshal_dump method is defined.
- =begin
If (({marshal_dump})) method is defined in a class and you pass an instance of that class into (({Marshal.dump})), instead of dumping instance variables (as it happens by default, when (({marshal_dump})) is not defined) Ruby dump...