Class: Asciidoctor::Reader

Inherits:
Object
  • Object
show all
Defined in:
lib/asciidoctor/include_ext/reader_ext.rb

Overview

Monkey-patch Reader to add #document.

Instance Attribute Summary collapse

Instance Attribute Details

#documentObject (readonly)

Returns the value of attribute document.



6
7
8
# File 'lib/asciidoctor/include_ext/reader_ext.rb', line 6

def document
  @document
end