Method: Html2rss::AutoSource::Channel#description
- Defined in:
- lib/html2rss/auto_source/channel.rb
#description ⇒ Object
37 |
# File 'lib/html2rss/auto_source/channel.rb', line 37 def description = parsed_body.at_css('meta[name="description"]')&.[]('content') |