# File lib/puppet/network/handler/fileserver.rb, line 611 611: def sync(path) 612: @@syncs[path] ||= Sync.new 613: @@syncs[path] 614: end