Method: Html2rss::AttributePostProcessors::Base#get
- Defined in:
- lib/html2rss/attribute_post_processors/base.rb
#get ⇒ Object
Abstract method to be implemented by subclasses
69 70 71 |
# File 'lib/html2rss/attribute_post_processors/base.rb', line 69 def get raise NotImplementedError, 'You must implement the `get` method in the post processor' end |