# File lib/puppet/file_serving/base.rb, line 57
57:     def path=(path)
58:         raise ArgumentError.new("Paths must be fully qualified") unless path =~ /^#{::File::SEPARATOR}/
59:         @path = path
60:     end