Class: Coradoc::Mirror::Node::Text
- Inherits:
-
Node
- Object
- Node
- Coradoc::Mirror::Node::Text
- Defined in:
- lib/coradoc/mirror/node.rb
Overview
── Text (special: text at top level, not under attrs) ──
Constant Summary collapse
- PM_TYPE =
'text'
Instance Method Summary collapse
Instance Method Details
#text_content ⇒ Object
167 168 169 |
# File 'lib/coradoc/mirror/node.rb', line 167 def text_content text.to_s end |