From: Justin Collins Date: 2012-05-07T12:26:38+09:00 Subject: Re: Ruby scripting? On 05/06/2012 11:51 AM, cristian d. wrote: > > - How Ruby developers store data without a native solution for it? Plain > text ? Ruby comes with support for dbm, sdbm, and gdbm, as well as pstore, all of which are basically key-value storage databases. For text-based storage, Ruby comes with support for YAML, XML, CSV, and JSON. -Justin