# File lib/puppet/file_serving/content.rb, line 31
31:   def collect
32:     return if stat.ftype == "directory"
33:     self
34:   end