vendored/puppet/lib/puppet/util/rdoc/parser/puppet_parser_rdoc2.rb in bolt-0.11.0 vs vendored/puppet/lib/puppet/util/rdoc/parser/puppet_parser_rdoc2.rb in bolt-0.12.0

- old
+ new

@@ -6,9 +6,9 @@ # @api private class PuppetParserRDoc2 < Parser include PuppetParserCore def create_rdoc_preprocess - preprocess = Markup::PreProcess.new(@input_file_name, @options.rdoc_include) + Markup::PreProcess.new(@input_file_name, @options.rdoc_include) end end end