Module: Grokdown::Creating::InstanceMethods
- Defined in:
- lib/grokdown/creating.rb
Instance Method Summary collapse
Instance Method Details
#node ⇒ Object
57 58 59 |
# File 'lib/grokdown/creating.rb', line 57 def node @node end |
#node=(node) ⇒ Object
53 54 55 |
# File 'lib/grokdown/creating.rb', line 53 def node=(node) @node = node end |
#sourcepos ⇒ Object
49 50 51 |
# File 'lib/grokdown/creating.rb', line 49 def sourcepos @node&.sourcepos || {} end |