# File lib/puppet/network/handler/fileserver.rb, line 582 582: def sync(path) 583: @@syncs[path] ||= Sync.new 584: @@syncs[path] 585: end