# File lib/puppet/network/handler/fileserver.rb, line 537 537: def read_file(relpath, client) 538: File.read(file_path(relpath, client)) 539: end