Method: Kramdown::Parser::Base#root
- Defined in:
- lib/kramdown/parser/base.rb
#root ⇒ Object (readonly)
The root element of element tree that is created from the source string.
46 47 48 |
# File 'lib/kramdown/parser/base.rb', line 46 def root @root end |