Class: Asciidoctor::Chart::Preprocessor

Inherits:
Extensions::Preprocessor
  • Object
show all
Defined in:
lib/asciidoctor/chart/preprocessor.rb

Instance Method Summary collapse

Instance Method Details

#process(document, reader) ⇒ Object



6
7
8
9
10
# File 'lib/asciidoctor/chart/preprocessor.rb', line 6

def process document, reader
  document.extend(ChartBlockTracker)

  reader
end