Class: Browsable::Analyzers::HTML

Inherits:
ERB
  • Object
show all
Defined in:
lib/browsable/analyzers/html.rb

Overview

Audits static .html files. Herb parses HTML and ERB with the same API, so the only difference from the ERB analyzer is intent — this exists as a distinct class so the orchestrator can route plain-HTML sources explicitly.

Instance Attribute Summary

Attributes inherited from Base

#config, #target

Method Summary

Methods inherited from ERB

#analyze, #analyze_source, #required_tools

Methods inherited from Base

#analyze, compat_data, #initialize, #required_tools

Constructor Details

This class inherits a constructor from Browsable::Analyzers::Base