# File lib/puppet/file_serving/mount/file.rb, line 39
39:     def path(node = nil)
40:         if expandable?
41:             return expand(@path, node)
42:         else
43:             return @path
44:         end
45:     end