311 312 313 314 315
# File 'lib/nora_mark/node.rb', line 311 def text children.inject("") do |result, node| result << node.text end end