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