Method: XRay::HTML::Element#inner_html

Defined in:
lib/html/struct.rb

#inner_htmlObject



53
54
55
# File 'lib/html/struct.rb', line 53

def inner_html
  @children.inject('') { |s,c| s + c.outer_html }
end