# File lib/chef_zero/data_store/raw_file_store.rb, line 27
      def initialize(root, destructible = false)
        @root = root
        @destructible = destructible
      end