module Lexbor::Utils::HtmlEntities
Defined in:
lexbor/utils/html_entities.crConstant Summary
- 
        HTML_ENTITIES_NODE = begin doc = Lexbor::Parser.new("<div>a</div>") (doc.nodes(:div)).first.child! end
- 
        !this object never freed! 
begin
  doc = Lexbor::Parser.new("<div>a</div>")
  (doc.nodes(:div)).first.child!
end
      !this object never freed!