From: Joel VanderWerf Date: 2008-04-05T03:56:13+09:00 Subject: Re: Is there any standard package to dump to ruby data structures adm wrote: > Is there any standard package to dump ruby data structures into a > string/stream? which can be eval'd back in ruby script. something like > perl's Data::Dumper? Probably, the other answers are more helpful, but if you really want to dump to ruby code that can be eval-ed back to get the objects, there is amarshal: http://www.a-k-r.org/amarshal -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407