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

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

      @options = options

      purge!
        # which initializes @h

      replace_engine_configuration(options)
    end