# File lib/ruote/storage/hash_storage.rb, line 42
    def initialize (options={})

      super()
        # since were including MonitorMixin, this super() is necessary

      purge!

      put(options.merge('type' => 'configurations', '_id' => 'engine'))
    end