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