Module: BrandLogo::HtmlParser
- Extended by:
- T::Helpers, T::Sig
- Included in:
- NokogiriParser
- Defined in:
- lib/brand_logo/html_parser.rb
Overview
Interface for parsing raw HTML into a ParsedDocument. Strategies receive this via dependency injection.
Instance Method Summary collapse
Instance Method Details
#parse(html) ⇒ Object
50 |
# File 'lib/brand_logo/html_parser.rb', line 50 def parse(html); end |