class Nokogiri::HTML5::Builder

def to_html

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