66 67 68
# File 'lib/html/struct.rb', line 66 def inner_text @children.inject('') { |s,c| s + c.inner_text } end