Returns a new instance of FileStore.
10 11 12 13
# File 'lib/dassets/file_store.rb', line 10 def initialize(root) @root = root @save_mutex = ::Mutex.new end