From: Eivind Eklund Date: 2008-04-04T20:22:46+09:00 Subject: Re: Is there any standard package to dump to ruby data structures On Fri, Apr 4, 2008 at 1:10 PM, 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? You may want to look at YAML or Marshall; they are not quite what you're describing, but may fill the need you're thinking about. I don't know of anything that outputs code for eval. Eivind.