require "al_persist_file" class AddressBook < AlPersistFile DB_FILE = "#{AL_TEMPDIR}/address_book.dat" def initialize() super( DB_FILE ) end end