# File lib/dragonfly/file_data_store.rb, line 67
      def load(string)
        Utils.stringify_keys Marshal.load(string)
      end