# File lib/microformat/simple.rb, line 19
    def self.from(options)
      @from ||= []
      options.each do |tag, value|
        @from << "@#{tag}=#{value}"
      end
    end