Sha256: 4decfb0778e5d6d0c1850024d20222bac2dbfd5c7f8162c9f00f64a9608b838e
Contents?: true
Size: 260 Bytes
Versions: 1
Compression:
Stored size: 260 Bytes
Contents
# => http://microformats.org/wiki/hatom require 'microformat' require 'mofo/hcard' require 'mofo/rel_tag' class HEntry < Microformat one :entry_title!, :entry_summary, :updated, :published, :author => HCard many :entry_content, :tags => RelTag end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mofo-0.1 | lib/mofo/hentry.rb |