module HTML
Overview
Provides HTML escaping and unescaping methods.
For HTML parsing see module XML, especially XML.parse_html
.
NOTE To use HTML
, you must explicitly import it with require "html"
Defined in:
html.crClass Method Summary
-
.read_all(path)
Parse all HTML posts in a path and build HTML::File objects out of them