Sha256: 27ef4f960c1b4540cca1c831679e7c56b15635074461754d54bfd56678714d45
Contents?: true
Size: 338 Bytes
Versions: 10
Compression:
Stored size: 338 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 after_find do @updated = @published unless @updated if @published end end
Version data entries
10 entries across 10 versions & 2 rubygems