# File TagTreeScanner.rb, line 584 def inner_text @child_tags.inject(''){ |out,tag| out << ( ( TextNode === tag ) ? tag.text : tag.inner_text ) } end