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