Class: Widgetify::Parser
- Inherits:
-
Hash
- Object
- Hash
- Widgetify::Parser
- Defined in:
- lib/parser/parser.rb
Overview
this will be the base class
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(html_doc) ⇒ Parser
constructor
A new instance of Parser.
Constructor Details
#initialize(html_doc) ⇒ Parser
Returns a new instance of Parser.
7 8 9 |
# File 'lib/parser/parser.rb', line 7 def initialize(html_doc) @html_doc = html_doc end |