class Asciidoctor::Extensions::Preprocessor

def process reader, lines

Each subclass of Preprocessor should override this method.

needed, then returns the Reader or a reference to a new one.
Public: Accepts the Reader and an Array of lines, modifies them as
def process reader, lines
  reader
end