# File lib/puppet/network/handler/fileserver.rb, line 533 533: def path(client = nil) 534: if expandable? 535: return expand(@path, client) 536: else 537: return @path 538: end 539: end