# File lib/puppet/module/tool/applications/generator.rb, line 96
        def contents
          template = ERB.new(read)
          template.result(@generator.send(:binding))
        end