# File lib/microformat/simple.rb, line 7
    def self.find_first(doc)
      find_every(doc).first
    end