# File lib/puppet/file_serving/base.rb, line 65
65:     def relative_path=(path)
66:         raise ArgumentError.new("Relative paths must not be fully qualified") if path =~ /^#{::File::SEPARATOR}/
67:         @relative_path = path
68:     end