From: Abdelkader Boudih Date: 2008-04-04T20:31:48+09:00 Subject: Re: Is there any standard package to dump to ruby data structures You could use Marshal see : Marshal.dump & Marshal.load 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? > > >