From: Farrel Lifson Date: 2007-02-23T21:14:54+09:00 Subject: Re: ruby equivalent for property or config.xml ? On 23/02/07, Rebhan, Gilbert wrote: > > Hi, > > i have a ruby script that should be controlled via > configfile, similar as a propertyfile or config.xml in java. > > What's the ruby equivalent for that ? > > Gilbert > > Your best bet is probably YAML which is part of the standard library. Farrel