From: "Damián M. González" Date: 2013-05-21T09:24:19+09:00 Subject: Re: new, with an idea, and not sure what to learn next > Am I the "above person"? :) > > What I especially like about e.g. YAML::Store is that the files are > human readable and _not_ binary. > > stomar Yes you are stomar. That's exactly the good thing that I see in Marshal files, that the user can't read(directly) the file, so he can't change specific things, of course as with YAML the user simply can delete the file or write whatever he wants inside(perhaps crashing the software), but with YAML he can "tweek" the things, no way to see clearly with Marshal files, that's what I like, and is a good thing if you are developing an application for a client. Kind regards. -- Posted via http://www.ruby-forum.com/.