module

HTML

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"

Class methods

read_all(path)

Parse all HTML posts in a path and build HTML::File objects out of them

Nested types