Method: Fdlint::Parser::HTML::Element#inner_html

Defined in:
lib/fdlint/parser/html/struct.rb

#inner_htmlObject



84
85
86
# File 'lib/fdlint/parser/html/struct.rb', line 84

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