Method: Html2rss::Item#enclosure?
- Defined in:
- lib/html2rss/item.rb
#enclosure? ⇒ true, false
Checks if the item has an enclosure based on configuration.
128 129 130 |
# File 'lib/html2rss/item.rb', line 128 def enclosure? config.selector?(:enclosure) end |