# File lib/microformat/simple.rb, line 15
    def self.build_class(tag)
      new(tag.innerText || '')
    end