# File lib/puppet/provider/parsedfile.rb, line 315 315: def self.to_file(records) 316: text = super 317: header + text 318: end