lib/asciidoctor-pdf/pdfmarks.rb in asciidoctor-pdf-1.5.0.alpha.9 vs lib/asciidoctor-pdf/pdfmarks.rb in asciidoctor-pdf-1.5.0.alpha.10
- old
+ new
@@ -25,9 +25,10 @@
EOS
content
end
def generate_file pdf_file
+ # QUESTION should we use the extension pdfmeta to be more clear?
::IO.write %(#{pdf_file}marks), generate
end
end
end
end