# File lib/puppet/file_serving/mount/file.rb, line 73
73:     def validate
74:         raise ArgumentError.new("Mounts without paths are not usable") if @path.nil?
75:     end