From: Justin Collins Date: 2013-01-31T07:44:07+09:00 Subject: Re: Does Ruby has any default database with it? On 01/30/2013 12:27 PM, Arup Rakshit wrote: > Tony Arcieri wrote in post #1094436: >> On Wed, Jan 30, 2013 at 12:07 PM, Justin Collins >> wrote: >> >>> Ruby comes with several database-like libraries in the standard lib: dbm, >>> gdbm, YAML::DBM, pstore >>> >> >> Hey look at that, finally someone with the right answer. >> >> See also: SDBM >> >> However which of these are available will depend on your Ruby >> implementation, unfortunately > > Yes,bug Ruby : SDBM documentation is not good. Only list of method > mentioned,but not a single example with them. > Geez, how could I forget SDBM??? https://github.com/ruby/ruby/commit/66796b4c7efefc71a9fe9c085d4669df0bb4e672#ext/sdbm/init.c So actually there is documentation, but it's not showing up on ruby-docs.org or rdoc.info. -Justin