# File lib/puppet/type/file.rb, line 751 751: def write_content(file) 752: (content = property(:content)) && content.write(file) 753: end