53 54 55
# File 'lib/html/struct.rb', line 53 def inner_html @children.inject('') { |s,c| s + c.outer_html } end