Method: Html2rss::AutoSource::Scraper::Schema::Thing#description
- Defined in:
- lib/html2rss/auto_source/scraper/schema/thing.rb
#description ⇒ Object
61 62 63 64 |
# File 'lib/html2rss/auto_source/scraper/schema/thing.rb', line 61 def description schema_object.values_at(:description, :schema_object_body, :abstract) .max_by { |string| string.to_s.size } end |