Module: Canon::Formatters
- Defined in:
- lib/canon/formatters.rb,
lib/canon/formatters/xml_formatter.rb,
lib/canon/formatters/html_formatter.rb,
lib/canon/formatters/json_formatter.rb,
lib/canon/formatters/yaml_formatter.rb,
lib/canon/formatters/html4_formatter.rb,
lib/canon/formatters/html5_formatter.rb,
lib/canon/formatters/html_formatter_base.rb
Overview
Format-specific canonicalizers and parsers for the top-level ‘Canon.format` / `Canon.parse` API. Distinct from DiffFormatter, which renders comparison output.
Defined Under Namespace
Classes: Html4Formatter, Html5Formatter, HtmlFormatter, HtmlFormatterBase, JsonFormatter, XmlFormatter, YamlFormatter