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