Class: Coradoc::Mirror::Node::Text

Inherits:
Node
  • Object
show all
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_contentObject



167
168
169
# File 'lib/coradoc/mirror/node.rb', line 167

def text_content
  text.to_s
end