store.rb

Path: lib/storage/store.rb
Last Update: Tue Jun 27 17:40:14 GMT-5:00 2006
Store
TopLevel
file:store.rb
author:Jon A. Lambert
version:2.10.0
date:06/25/2006

This source code copyright (C) 2005, 2006 by Jon A. Lambert All rights reserved.

Released under the terms of the TeensyMUD Public License See LICENSE file for additional information.

Constants

MINIMAL_DB = <<EOH --- - !ruby/object:World props: :owner: 0 :id: 0 :desc: "This is the World object." :name: World :msgs: {} :all_characters: [] :all_accounts: [] :builders: [] :admins: [] :timer_list: [] :created_on: 2006-03-09 22:45:33.695862 -05:00 :updated_on: 2006-03-09 22:45:33.695862 -05:00 - !ruby/object:Room props: :location: :owner: 0 :id: 1 :desc: "This is home." :contents: [] :exits: [] :triggers: {} :name: Home :created_on: 2006-03-09 22:45:33.695862 -05:00 :updated_on: 2006-03-09 22:45:33.695862 -05:00 :msgfail: "" :msgsucc: "" EOH   The minimal database will be used in the absence of detecting one.

[Validate]