Method: Asciidoctor::AbstractNode#node_name
- Defined in:
- lib/asciidoctor/abstract_node.rb
#node_name ⇒ Object (readonly)
Get the String name of this node
23 24 25 |
# File 'lib/asciidoctor/abstract_node.rb', line 23 def node_name @node_name end |