Hi,
Could you try to reduce the problem to a simple script and attach it to our
tracker? It's hard to know what's wrong otherwise. Marshaling hashes (even
those with singleton classes) is supposed to work
Thanks a lot in advance,
Laurent
On May 17, 2010, at 5:55 AM, Wladj wrote:
> Hi,
>
> i
Hi,
in a little macruby-cocoa app when i try to save a simple hash (attribute of a
model class) inside the fileWrapperOfType method via Marshal.load(
Marshal.dump(@model.data)) #deep copy , i get an error:
`fileWrapperOfType:error:': can't dump anonymous class #
(TypeError)
i discover that th