# File lib/mofo/hentry.rb, line 66
  def self.build_class(microformat)
    hentry = super(microformat)
    hentry.add_in_parent_hcard if hentry.missing_author?
    hentry
  end