Class: Asciidoctor::Reader
- Inherits:
-
Object
- Object
- Asciidoctor::Reader
- Defined in:
- lib/asciidoctor/include_ext/reader_ext.rb
Overview
Monkey-patch Reader to add #document.
Instance Attribute Summary collapse
-
#document ⇒ Object
readonly
Returns the value of attribute document.
Instance Attribute Details
#document ⇒ Object (readonly)
Returns the value of attribute document.
6 7 8 |
# File 'lib/asciidoctor/include_ext/reader_ext.rb', line 6 def document @document end |