Sha256: 803cef291d0e41a19150b3db282479f33d5227cf9306c0487631c6e53081f0c0
Contents?: true
Size: 283 Bytes
Versions: 24
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true feed.entry item, id: "urn:uuid:#{item.guid}", url: item.permalink_url do |entry| entry.author do entry.name item.author entry.uri item.url end entry.title item.feed_title, "type" => "html" entry.content html(item), "type" => "html" end
Version data entries
24 entries across 24 versions & 2 rubygems