DarKo (Guillaume Delugré)
- Login: DarKo
- Email: gdelugre@security-labs.org
- Registered on: 07/09/2009
- Last sign in: 07/09/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/09/2009
-
04:41 AM Ruby Bug #1744 (Closed): Error with Marshal dump/load on a delegated class.
- =begin
Instance variables are not handled when using Marshal with a delegated class.
Here is an example :
on Ruby 1.8, the instance variable @var will be copied fine.
on Ruby 1.9.1, it is set to nil.
It seems to only occur...