class Nokogiri::HTML4::Builder

def to_html

Convert the builder to HTML
##
def to_html
  @doc.to_html
end