fix doc generation warning

This commit is contained in:
Dmitry Arkhipov
2026-07-09 16:50:53 +03:00
parent 21640e95ee
commit c57359dff3
-1
View File
@@ -26,7 +26,6 @@ class Asciidoctor::AbstractBlock
end
def document_filepath
suffix = @document.attributes['outfilesuffix']
File.join(document_dirname, @document.document_filename).delete_prefix(
".#{File::SEPARATOR}")
end