module Loofah::HtmlDocumentBehavior

def included(base)

def included(base)
  base.extend(ClassMethods)
end

def serialize_root

def serialize_root
  at_xpath("/html/body")
end