From: i.script@... Date: 2006-03-14T18:48:49+09:00 Subject: FSDB to turn file systems into applications In search for a simple database system that's also an an universal application service ( similar to Frontier) I've started again to play around with FSDB. By accident I've found out that this way every file system can be turned into an application. Using the incredible powerful "method_missing" construct the following code was implemented: require 'fsdb' @@root = FSDB::Database.new('/tmp/examples') @@path = '' script = <