From: anne001 Date: 2006-08-02T19:35:09+09:00 Subject: Re: Can you explain what this repo (yaml/Marshal) code do? > It looks like in this code, this is simply how the save and load > functions are implemented, and since 'self' is being passed, it will > just serialize the Repository object to file during save and restore > it during load. but why do you need to save and load the objects, I have never seen code like this before. What do you gain? what is the problem that it resolves