class Nokogiri::XML::Node

def inner_html

def inner_html
  children.map { |x| x.to_html }.join
end