allow easier, single-file options for TC and TDB
commit88fa90b7f039f62962cc8d11031446412b951be2
authorEric Wong <normalperson@yhbt.net>
Mon, 6 Dec 2010 23:43:46 +0000 (6 15:43 -0800)
committerEric Wong <normalperson@yhbt.net>
Mon, 6 Dec 2010 23:43:46 +0000 (6 15:43 -0800)
tree04c2d961f6e3e41b069f074d7b93e1d91d8d716e
parent74ca34be2d54809822447ff185d88d83fcd566ae
allow easier, single-file options for TC and TDB

Most (other) users only need a single file, even though
my primary use of this is for multiple files.
lib/metropolis.rb
lib/metropolis/common.rb
lib/metropolis/hash.rb
lib/metropolis/tc.rb
lib/metropolis/tc/hdb.rb
lib/metropolis/tdb.rb
lib/metropolis/tdb/multi.rb [new file with mode: 0644]
lib/metropolis/tdb/single.rb [new file with mode: 0644]
test/test_tc_hdb.rb
test/test_tc_hdb_single.rb [new file with mode: 0644]
test/test_tdb_single.rb [new file with mode: 0644]