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