Class: Perron::HtmlProcessor::Base
- Inherits:
-
Object
- Object
- Perron::HtmlProcessor::Base
- Defined in:
- lib/perron/html_processor/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(html) ⇒ Base
constructor
A new instance of Base.
- #process ⇒ Object
Constructor Details
#initialize(html) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/perron/html_processor/base.rb', line 6 def initialize(html) @html = html end |
Instance Method Details
#process ⇒ Object
10 11 12 |
# File 'lib/perron/html_processor/base.rb', line 10 def process raise NotImplementedError end |