Module Asciidoctor::Writer
In: lib/asciidoctor/converter.rb

A module that can be used to mix the {write} method into a {Converter} implementation to allow the converter to control how the output is written to disk.

Methods

write  

Public Instance methods

Public: Writes the output to the specified target file name or stream.

output - The output String to write target - The String file name or stream object to which the output should

         be written.

Returns nothing

[Validate]